add excersise subviews
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
struct Muscle: Codable {
|
||||
struct Muscle: Codable, Identifiable, Equatable {
|
||||
let id: Int
|
||||
let name, createdAt, updatedAt: String
|
||||
|
||||
|
||||
Reference in New Issue
Block a user