simplify Exercise to only hold on to the unit of the metric, remove ValueKeyboard as input
This commit is contained in:
@@ -32,6 +32,7 @@ struct WorkoutsPlusApp: App {
|
||||
extension WorkoutsPlusApp {
|
||||
static let swiftDataSchema = Schema([
|
||||
Exercise.self,
|
||||
Equipment.self,
|
||||
Workout.self,
|
||||
WorkoutItem.self,
|
||||
WorkoutSession.self])
|
||||
|
||||
Reference in New Issue
Block a user