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