WIP
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
struct Workout: Codable {
|
||||
struct Workout: Codable, Identifiable {
|
||||
let id: Int
|
||||
let name: String
|
||||
let description: String?
|
||||
|
||||
Reference in New Issue
Block a user