split files up, fix complete workout screen not showing if remove workout details screen

This commit is contained in:
Trey t
2024-06-21 10:41:37 -05:00
parent c101da4a4d
commit 7ce996e451
11 changed files with 441 additions and 358 deletions

View File

@@ -52,7 +52,7 @@ extension WatchMainViewModel {
}
isInWorkout = true
} else {
print("didn not init workout")
print("did not init workout")
}
}