This commit is contained in:
Trey t
2023-06-18 21:12:17 -05:00
parent 544332c422
commit e6cc60b064
13 changed files with 403 additions and 55 deletions

View File

@@ -46,7 +46,7 @@ struct Werkout_iosApp: App {
.tabItem {
Label("All Workouts", systemImage: "figure.strengthtraining.traditional")
}
CreateWorkoutView()
CreateWorkoutMainView()
.tabItem {
Label("Create Workout", systemImage: "plus.app.fill")
}