Skip to content

Commit

Permalink
Missing dayjs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jan 8, 2024
1 parent 480a61d commit 2285f69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ import relativeTime from 'dayjs/plugin/relativeTime'
import utc from 'dayjs/plugin/utc'
import localeData from 'dayjs/plugin/localeData'
import duration from 'dayjs/plugin/duration'
import localizedFormat from 'dayjs/plugin/localizedFormat'

dayjs.extend(calendar);
dayjs.extend(relativeTime)
dayjs.extend(utc)
dayjs.extend(duration)
dayjs.extend(localeData)
dayjs.extend(localizedFormat)
export {dayjs as default};

0 comments on commit 2285f69

Please sign in to comment.