wip
This commit is contained in:
@ -17,9 +17,14 @@ struct ContentView: View {
|
||||
var body: some View {
|
||||
NavigationView {
|
||||
TabView {
|
||||
SplitsView()
|
||||
.tabItem {
|
||||
Label("Workouts", systemImage: "figure.strengthtraining.traditional")
|
||||
}
|
||||
|
||||
WorkoutsView()
|
||||
.tabItem {
|
||||
Label("Workout", systemImage: "figure.strengthtraining.traditional")
|
||||
Label("Logs", systemImage: "list.bullet.clipboard.fill")
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user