import SwiftUI @main struct BugApp: App { var body: some Scene { WindowGroup { ContentView() } } }