diff options
| author | Dustin Mierau <dustin@mierau.me> | 2023-12-06 13:52:20 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2023-12-06 13:52:20 -0800 |
| commit | c0068f11c51bb587c16dfacb73629b3c6fb67fc8 (patch) | |
| tree | 20753433f348b03bb590e0fe6a4cafbe56f4c859 /Hotline/HotlineApp.swift | |
| parent | 06a2166415bca7e5fe32eac505859bdd690ab8e0 (diff) | |
Further work on UI organization
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) |