aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Sounds/Application-iOS.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/Sounds/Application-iOS.swift')
-rw-r--r--Hotline/Sounds/Application-iOS.swift6
1 files changed, 3 insertions, 3 deletions
diff --git a/Hotline/Sounds/Application-iOS.swift b/Hotline/Sounds/Application-iOS.swift
index 2fb6ad2..55c5aa1 100644
--- a/Hotline/Sounds/Application-iOS.swift
+++ b/Hotline/Sounds/Application-iOS.swift
@@ -1,14 +1,14 @@
-import SwiftUI
import SwiftData
+import SwiftUI
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()