Skip to content

Commit

Permalink
Merge pull request #35 from bedirhanyildirim/v2
Browse files Browse the repository at this point in the history
feat: new exercise data
  • Loading branch information
bedirhanyildirim committed Feb 7, 2024
2 parents 9a6a925 + 781c769 commit df21ade
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 @@ -54,4 +54,10 @@ export const sportHistory: ISport[] = [
type: "boxing",
duration: 3600,
},
{
date: new Date(2024, 1, 7, 20, 30),
type: "gym",
duration: 4200,
target: "push",
},
];

0 comments on commit df21ade

Please sign in to comment.