// // JustOneThingWatchApp.swift // JustOneThingWatch Watch App // // Created by Alan Francis on 02/06/2023. // import SwiftUI @main struct JustOneThingWatch_Watch_AppApp: App { var body: some Scene { WindowGroup { ContentView() } } }