Skip to content

Commit

Permalink
Merge pull request #56 from bedirhanyildirim/v2
Browse files Browse the repository at this point in the history
feat: add exercise data
  • Loading branch information
bedirhanyildirim committed Feb 22, 2024
2 parents 4fc69f7 + 3a90802 commit 2149734
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/sport/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,9 @@ export const sportHistory: ISport[] = [
distance: 8010,
duration: 3200,
},
{
date: new Date(2024, 1, 22, 18, 40),
type: "boxing",
duration: 3600,
},
];

0 comments on commit 2149734

Please sign in to comment.