wip
This commit is contained in:
@ -21,7 +21,7 @@ struct ContentView: View {
|
||||
Label("Workouts", systemImage: "figure.strengthtraining.traditional")
|
||||
}
|
||||
|
||||
WorkoutsView()
|
||||
WorkoutListView()
|
||||
.tabItem {
|
||||
Label("Logs", systemImage: "list.bullet.clipboard.fill")
|
||||
}
|
||||
@ -36,10 +36,10 @@ struct ContentView: View {
|
||||
Label("Reports", systemImage: "chart.bar")
|
||||
}
|
||||
|
||||
SettingsView()
|
||||
.tabItem {
|
||||
Label("Settings", systemImage: "gear")
|
||||
}
|
||||
// SettingsView()
|
||||
// .tabItem {
|
||||
// Label("Settings", systemImage: "gear")
|
||||
// }
|
||||
}
|
||||
.observeCloudKitChanges()
|
||||
}
|
||||
|
Reference in New Issue
Block a user