// // iPadelWatchApp.swift // iPadelWatch Watch App // // Created by Celestino Rey on 23/7/24. // import SwiftUI @main struct iPadelWatch_Watch_AppApp: App { var body: some Scene { WindowGroup { ContentView() } } }