clean up ActiveWorkoutSession

This commit is contained in:
Felix Förtsch
2024-11-12 14:47:59 +01:00
parent 19b3d89010
commit 370e070fcd
20 changed files with 281 additions and 238 deletions
@@ -142,7 +142,6 @@ struct ValueKeyboard: View {
@Previewable @State var isPresented: Bool = true
let value = 0
let unit = ExerciseMetric.allCases
VStack {
// ValueKeyboard(isPresented: $isPresented, value: value, unit: unit)