Stack of cards shown, functionality must be written still

This commit is contained in:
Avery Pace
2021-11-05 23:55:05 -04:00
parent 17cc95188b
commit e38fdeb324
3 changed files with 47 additions and 7 deletions
+3 -2
View File
@@ -13,8 +13,9 @@ struct Toki_TrainerApp: App {
var body: some Scene {
WindowGroup {
ContentView()
.environment(\.managedObjectContext, persistenceController.container.viewContext)
FlashCardView()
//ContentView()
// .environment(\.managedObjectContext, persistenceController.container.viewContext)
}
}
}