Skip to content

Commit

Permalink
refactor(date): update type-only imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 6, 2020
1 parent 32cfc25 commit 4b1eb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/date/src/i18n.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Locale } from "./api";
import type { Locale } from "./api";

export const EN_SHORT: Locale = {
months: [
Expand Down

0 comments on commit 4b1eb35

Please sign in to comment.