Skip to content

Commit

Permalink
Merge pull request #59 from bedirhanyildirim/v2
Browse files Browse the repository at this point in the history
feat: add exercise data
  • Loading branch information
bedirhanyildirim authored Feb 24, 2024
2 parents 2149734 + 4cb9d7c commit a5a2345
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/sport/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,10 @@ export const sportHistory: ISport[] = [
type: "boxing",
duration: 3600,
},
{
date: new Date(2024, 1, 24, 15, 15),
type: "running",
distance: 3130,
duration: 1130,
},
];

0 comments on commit a5a2345

Please sign in to comment.