Skip to content

Commit

Permalink
Merge pull request #48 from bedirhanyildirim/v2
Browse files Browse the repository at this point in the history
feat: add exercise data
  • Loading branch information
bedirhanyildirim committed Feb 18, 2024
2 parents f7258fc + 0eb6b46 commit 35b0c3d
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 @@ -77,4 +77,10 @@ export const sportHistory: ISport[] = [
duration: 4500,
target: "pull",
},
{
date: new Date(2024, 1, 15, 13, 15),
type: "gym",
duration: 4700,
target: "push",
},
];

0 comments on commit 35b0c3d

Please sign in to comment.