Remove extraneous coredata dependancy

This commit is contained in:
Garth Vander Houwen 2025-05-25 09:28:17 -07:00
parent 16ad1ecfce
commit f240871caa

View file

@ -8,7 +8,6 @@
import SwiftUI
import CoreLocation
import OSLog
import CoreData
// Shared state that manages the `CLLocationManager` and `CLBackgroundActivitySession`.
@MainActor class LocationsHandler: ObservableObject {