melhorias no dayjs

This commit is contained in:
Luiz Silva 2025-10-23 23:01:44 -03:00
parent 8c8802d6f7
commit 7f3c28ca1b
5 changed files with 24 additions and 16 deletions

View file

@ -1,4 +1,6 @@
import dayjsbr from "dayjs"
import dayjs from "dayjs"
const dayjsbr = dayjs
export type { ManipulateType } from "dayjs"
import "dayjs/locale/pt-br"
@ -21,4 +23,4 @@ dayjsbr.extend(relativeTime)
dayjsbr.extend(duration)
dayjsbr.locale("pt-br")
export { dayjsbr }
export { dayjsbr, dayjs }