chore: use monorepo organization
This commit is contained in:
parent
deaf7d6ecc
commit
a687827f7e
1099 changed files with 8184 additions and 11535 deletions
7
packages/admin-ui/src/utils/time.js
Normal file
7
packages/admin-ui/src/utils/time.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
const MINUTE = 60 * 1000
|
||||
const HOUR = 60 * 60 * 1000
|
||||
const DAY = 24 * 60 * 60 * 1000
|
||||
const WEEK = 7 * 24 * 60 * 60 * 1000
|
||||
const MONTH = 30 * 24 * 60 * 60 * 1000
|
||||
|
||||
export { MINUTE, HOUR, DAY, WEEK, MONTH }
|
||||
Loading…
Add table
Add a link
Reference in a new issue