Start setting up Next js with the new app router
This commit is contained in:
parent
49c6281b74
commit
2adecd13f7
147 changed files with 2637 additions and 3667 deletions
6
frontend/src/config/dayjs.ts
Normal file
6
frontend/src/config/dayjs.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import dayjs from 'dayjs'
|
||||
import relativeTime from 'dayjs/plugin/relativeTime'
|
||||
|
||||
dayjs.extend(relativeTime)
|
||||
|
||||
export default dayjs
|
||||
Loading…
Add table
Add a link
Reference in a new issue