Files
WerkoutIOS/iphone/Werkout_watch Watch App/Werkout_watchApp.swift
2024-06-18 12:03:56 -05:00

18 lines
263 B
Swift

//
// Werkout_watchApp.swift
// Werkout_watch Watch App
//
// Created by Trey Tartt on 6/22/23.
//
import SwiftUI
@main
struct Werkout_watch_Watch_AppApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}