diff options
Diffstat (limited to 'Map/Views/DefaultMapView.swift')
| -rw-r--r-- | Map/Views/DefaultMapView.swift | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Map/Views/DefaultMapView.swift b/Map/Views/DefaultMapView.swift deleted file mode 100644 index 1f624d2..0000000 --- a/Map/Views/DefaultMapView.swift +++ /dev/null @@ -1,23 +0,0 @@ -// -// ContentView.swift -// Map -// -// Created by Ruben Beltran del Rio on 2/1/21. -// - -import CoreData -import SwiftUI - -struct DefaultMapView: View { - - var body: some View { - Text("Select a map from the left hand side, or click on + to create one.") - } -} - -struct DefaultMapView_Previews: PreviewProvider { - static var previews: some View { - DefaultMapView().environment( - \.managedObjectContext, PersistenceController.preview.container.viewContext) - } -} |