This commit is contained in:
Vladimir Dubovik
2024-12-20 13:27:03 +03:00
parent 1eb574e682
commit 8d973e7942
47 changed files with 313 additions and 706 deletions

View File

@ -12,6 +12,7 @@ struct Schedule_ICTISApp: App {
var body: some Scene {
WindowGroup {
ContentView()
.environment(\.managedObjectContext, ClassProvider.shared.viewContext)
}
}
}