This commit is contained in:
2025-07-13 21:54:09 -04:00
parent 0545f5dbc7
commit bdaa406876
33 changed files with 984 additions and 714 deletions

View File

@ -17,4 +17,8 @@ final class Workout {
self.end = end
self.split = split
}
var label: String {
start.formattedDate()
}
}