From 0bfca77163ee472883c848292ce0b0afed26043a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 26 Feb 2025 21:12:05 -0800 Subject: feat: Development commit --- Sora/SoraApp.swift | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Sora/SoraApp.swift') 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 -} -- cgit v1.2.3