removido dayjs/locale/pt-br.js

This commit is contained in:
Luiz Silva 2025-10-27 11:11:08 -03:00
parent 3b37c764bd
commit a75b70dddd
5 changed files with 3 additions and 6 deletions

View file

@ -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 }