This commit is contained in:
Trey t
2023-06-21 08:18:50 -05:00
parent 025810f699
commit c0fd4f7d52
3 changed files with 7 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
import Foundation
struct Workout: Codable {
struct Workout: Codable, Identifiable {
let id: Int
let name: String
let description: String?