ajuste no dayjs

This commit is contained in:
Luiz Silva 2026-02-19 10:01:05 -03:00
parent 64ddd6ad8a
commit b964e826d5
6 changed files with 23 additions and 16 deletions

View file

@ -1,4 +1,7 @@
import dayjsbr, { type Dayjs } from "dayjs"
import type { Dayjs } from "dayjs"
import dayjs from "dayjs"
const dayjsbr = dayjs
export type { ManipulateType } from "dayjs"