diff options
Diffstat (limited to 'Map/MapApp.swift')
| -rw-r--r-- | Map/MapApp.swift | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Map/MapApp.swift b/Map/MapApp.swift deleted file mode 100644 index 10b6bcb..0000000 --- a/Map/MapApp.swift +++ /dev/null @@ -1,20 +0,0 @@ -// -// MapApp.swift -// Map -// -// Created by Ruben Beltran del Rio on 2/1/21. -// - -import SwiftUI - -@main -struct MapApp: App { - let persistenceController = PersistenceController.shared - - var body: some Scene { - WindowGroup { - ContentView() - .environment(\.managedObjectContext, persistenceController.container.viewContext) - } - } -} |