Skip to content

Commit

Permalink
fixup! fix: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared committed Jan 18, 2024
1 parent 05a3f57 commit 732183f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/date-picker/src/utils/getLocale.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Locale, enAU, enUS } from "date-fns/locale"
import type { Locale } from "date-fns"
import { enAU, enUS } from "date-fns/locale"
import { SupportedLocales } from "../types"

export const getLocale = (locale: SupportedLocales): Locale => {
Expand Down

0 comments on commit 732183f

Please sign in to comment.