melhorias no dayjs
This commit is contained in:
parent
8c8802d6f7
commit
7f3c28ca1b
5 changed files with 24 additions and 16 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue