//
|
|
// PuntuacionPadelWatchApp.swift
|
|
// PuntuacionPadelWatch Watch App
|
|
//
|
|
// Created by Celestino Rey on 22/7/24.
|
|
//
|
|
|
|
import SwiftUI
|
|
|
|
@main
|
|
struct PuntuacionPadelWatch_Watch_AppApp: App {
|
|
var body: some Scene {
|
|
WindowGroup {
|
|
ContentView()
|
|
}
|
|
}
|
|
}
|