🔨 Preview of the watchOS app main screen

This commit is contained in:
2025-11-14 21:41:04 +08:00
parent 84cfe643f5
commit e22598b0a6

View File

@@ -48,3 +48,11 @@ struct ContentView: View {
} }
} }
} }
// --- Placeholder Implementations for Preview ---
struct ContentView_Previews: PreviewProvider {
static var previews: some View {
ContentView()
}
}