diff options
Diffstat (limited to 'Hotline/Sounds/Application-iOS.swift')
| -rw-r--r-- | Hotline/Sounds/Application-iOS.swift | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Hotline/Sounds/Application-iOS.swift b/Hotline/Sounds/Application-iOS.swift deleted file mode 100644 index 2fb6ad2..0000000 --- a/Hotline/Sounds/Application-iOS.swift +++ /dev/null @@ -1,18 +0,0 @@ -import SwiftUI -import SwiftData -import UniformTypeIdentifiers - -@main -struct Application: App { - private var model = Hotline(trackerClient: HotlineTrackerClient(), client: HotlineClient()) - - @FocusedValue(\.activeHotlineModel) private var activeHotline: Hotline? - @FocusedValue(\.activeServerState) private var activeServerState: ServerState? - - var body: some Scene { - WindowGroup { - TrackerView() - .environment(model) - } - } -} |