This commit is contained in:
2025-07-17 07:04:38 -04:00
parent 2d0e327334
commit f63bb0ba41
25 changed files with 592 additions and 92 deletions

View File

@ -0,0 +1,20 @@
//
// WorksoutsApp.swift
// Workouts
//
// Created by rzen on 7/15/25 at 7:09PM.
//
// Copyright 2025 Rouslan Zenetl. All Rights Reserved.
//
import SwiftUI
@main
struct Worksouts_Watch_AppApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}