WIP
This commit is contained in:
@@ -75,6 +75,10 @@ struct AllWorkoutsView: View {
|
||||
self.needsUpdating = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
struct AllWorkoutsView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
AllWorkoutsView(workouts: PreviewWorkout.allWorkouts())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user