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