Files
WerkoutIOS/Werkout_watch Watch App/Werkout_watchApp.swift
Trey t 48f23f8e77 WIP
2023-06-23 13:34:29 -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()
}
}
}