X-Git-Url: https://git.r.bdr.sh/rbdr/map/blobdiff_plain/491463f421c86d3a7a5482108b818aa5b5e441ea..77d0155b661e813a85a7312ed809fc7e5a9f7440:/Map/Views/ContentView.swift?ds=inline diff --git a/Map/Views/ContentView.swift b/Map/Views/ContentView.swift index 4f55c27..cf1f145 100644 --- a/Map/Views/ContentView.swift +++ b/Map/Views/ContentView.swift @@ -11,6 +11,8 @@ import SwiftUI struct ContentView: View { @Environment(\.managedObjectContext) private var viewContext + @EnvironmentObject var store: AppStore + @FetchRequest( sortDescriptors: [NSSortDescriptor(keyPath: \Map.createdAt, ascending: true)], animation: .default)