Initial Commit
This commit is contained in:
20
Workouts Watch App/WorkoutsApp.swift
Normal file
20
Workouts Watch App/WorkoutsApp.swift
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// WorkoutsApp.swift
|
||||
// Workouts
|
||||
//
|
||||
// Created by rzen on 8/13/25 at 11:10 AM.
|
||||
//
|
||||
// Copyright 2025 Rouslan Zenetl. All Rights Reserved.
|
||||
//
|
||||
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct Workouts_Watch_AppApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user