Skip to content

Commit

Permalink
installed the dates/utils package
Browse files Browse the repository at this point in the history
  • Loading branch information
GrannyYetta committed Sep 9, 2024
1 parent e787557 commit e1746f8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"npm": ">=8.19.0"
},
"dependencies": {
"@the-collab-lab/shopping-list-utils": "^2.2.0",
"firebase": "^10.12.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
6 changes: 6 additions & 0 deletions src/utils/dates.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
import {
generateToken,
words,
calculateEstimate,
} from '@the-collab-lab/shopping-list-utils';

const ONE_DAY_IN_MILLISECONDS = 86400000;

/**
Expand Down

0 comments on commit e1746f8

Please sign in to comment.