TrioWatchApp.swift 158 B

12345678910
  1. import SwiftUI
  2. @main struct TrioWatch_Watch_AppApp: App {
  3. var body: some Scene {
  4. WindowGroup {
  5. TrioMainWatchView()
  6. }
  7. }
  8. }