diff options
Diffstat (limited to 'Hotline/HotlineApp.swift')
| -rw-r--r-- | Hotline/HotlineApp.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/HotlineApp.swift b/Hotline/HotlineApp.swift index d999e89..3e714d8 100644 --- a/Hotline/HotlineApp.swift +++ b/Hotline/HotlineApp.swift @@ -23,7 +23,7 @@ struct HotlineApp: App { var body: some Scene { WindowGroup { - HotlineView() + TrackerView() .environment(appState) .environment(hotline) .environment(tracker) |