wip
This commit is contained in:
20
Worksouts Watch App/WorksoutsApp.swift
Normal file
20
Worksouts Watch App/WorksoutsApp.swift
Normal file
@ -0,0 +1,20 @@
|
||||
//
|
||||
// WorksoutsApp.swift
|
||||
// Workouts
|
||||
//
|
||||
// Created by rzen on 7/15/25 at 7:09 PM.
|
||||
//
|
||||
// Copyright 2025 Rouslan Zenetl. All Rights Reserved.
|
||||
//
|
||||
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct Worksouts_Watch_AppApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user