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