This commit is contained in:
Trey t
2023-06-25 16:53:38 -05:00
parent ad73c18bdc
commit f97faffb62
7 changed files with 42 additions and 15 deletions

View File

@@ -75,6 +75,10 @@ struct AllWorkoutsView: View {
self.needsUpdating = true
}
}
}
struct AllWorkoutsView_Previews: PreviewProvider {
static var previews: some View {
AllWorkoutsView(workouts: PreviewWorkout.allWorkouts())
}
}