Stack of cards shown, functionality must be written still
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user