Cards are now in a stack

This commit is contained in:
Avery Pace
2021-11-07 01:25:18 -05:00
parent 32456552a1
commit 76a6232d71
5 changed files with 125 additions and 102 deletions
+3 -3
View File
@@ -13,9 +13,9 @@ struct Toki_TrainerApp: App {
var body: some Scene {
WindowGroup {
FlashCardView()
//ContentView()
// .environment(\.managedObjectContext, persistenceController.container.viewContext)
//FlashCardView()
ContentView()
.environment(\.managedObjectContext, persistenceController.container.viewContext)
}
}
}