CheckPoint save for adding 'Tour' screen, and PhotoData and PhotoViewModels

This commit is contained in:
genki
2025-12-20 11:39:46 -05:00
parent 52fa755a3f
commit 91f6327c31
14 changed files with 409 additions and 5 deletions

View File

@@ -72,4 +72,6 @@ dependencies {
implementation("androidx.compose.foundation:foundation:1.6.0") // Use your current Compose version
implementation("androidx.compose.material3:material3:1.2.1") // <-- Fix/Reconfirm Material 3
implementation("io.coil-kt:coil-compose:2.6.0")
}