This commit is contained in:
2025-07-13 21:54:09 -04:00
parent 0545f5dbc7
commit bdaa406876
33 changed files with 984 additions and 714 deletions

View File

@ -16,7 +16,7 @@ struct ContentView: View {
var body: some View {
TabView {
Text("Placeholder")
WorkoutsView()
.tabItem {
Label("Workout", systemImage: "figure.strengthtraining.traditional")
}