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