removido dayjs/locale/pt-br.js
This commit is contained in:
parent
3b37c764bd
commit
a75b70dddd
5 changed files with 3 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import dayjsbr from "dayjs"
|
||||
|
||||
export type { ManipulateType } from "dayjs"
|
||||
import "dayjs/locale/pt-br"
|
||||
|
||||
import duration from "dayjs/plugin/duration"
|
||||
import isSameOrAfter from "dayjs/plugin/isSameOrAfter"
|
||||
import isSameOrBefore from "dayjs/plugin/isSameOrBefore"
|
||||
|
|
@ -19,6 +19,5 @@ dayjsbr.extend(isSameOrAfter)
|
|||
dayjsbr.extend(minMax)
|
||||
dayjsbr.extend(relativeTime)
|
||||
dayjsbr.extend(duration)
|
||||
dayjsbr.locale("pt-br")
|
||||
|
||||
export { dayjsbr }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue