add excersise subviews

This commit is contained in:
Trey t
2024-06-16 19:45:22 -05:00
parent 83a86e6ddb
commit c3509f0ee0
9 changed files with 268 additions and 213 deletions

View File

@@ -7,7 +7,7 @@
import Foundation
struct Muscle: Codable {
struct Muscle: Codable, Identifiable, Equatable {
let id: Int
let name, createdAt, updatedAt: String