summaryrefslogtreecommitdiff
path: root/Sora/SoraApp.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sora/SoraApp.swift')
-rw-r--r--Sora/SoraApp.swift8
1 files changed, 0 insertions, 8 deletions
diff --git a/Sora/SoraApp.swift b/Sora/SoraApp.swift
index 12c8a24..12f614c 100644
--- a/Sora/SoraApp.swift
+++ b/Sora/SoraApp.swift
@@ -19,11 +19,3 @@ struct SoraApp: App {
#endif
}
}
-
-#Preview {
- MainView()
- .environmentObject(Settings())
- #if os(macOS)
- .frame(width: 736, height: 736)
- #endif
-}