diff options
author | Christian Segundo | 2023-07-24 10:45:15 +0200 |
---|---|---|
committer | Christian Segundo | 2023-07-24 10:45:15 +0200 |
commit | 01ce93653d86f2a47eda58d2e74c3926981b22cf (patch) | |
tree | def1c1599a0a044ab9c64d48b89c704f4cbb0938 /Xmission/XmissionApp.swift | |
parent | 864b644e8ecafccaf84b40168524e47351a6d111 (diff) | |
download | xmission-ios-01ce93653d86f2a47eda58d2e74c3926981b22cf.tar.gz |
Diffstat (limited to 'Xmission/XmissionApp.swift')
-rw-r--r-- | Xmission/XmissionApp.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xmission/XmissionApp.swift b/Xmission/XmissionApp.swift index cc2719b..e5ef0f3 100644 --- a/Xmission/XmissionApp.swift +++ b/Xmission/XmissionApp.swift @@ -11,7 +11,7 @@ import SwiftUI struct XmissionApp: App { var body: some Scene { WindowGroup { - ContentView() + HomeScreen() } } } |