Skip to content

Commit

Permalink
fix: import advancedFormat from dayjs/esm
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Dec 9, 2024
1 parent a6052aa commit 6416c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/dayjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import isToday from 'dayjs/esm/plugin/isToday'
import duration from 'dayjs/esm/plugin/duration'
import utc from 'dayjs/esm/plugin/utc'
import timezone from 'dayjs/esm/plugin/timezone'
import advancedFormat from 'dayjs/plugin/advancedFormat'
import advancedFormat from 'dayjs/esm/plugin/advancedFormat'
import { getConfig } from './config'

_dayjs.extend(updateLocale)
Expand Down

0 comments on commit 6416c1f

Please sign in to comment.