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