Skip to content

Commit

Permalink
Fix parse default locale import (#3668)
Browse files Browse the repository at this point in the history
  • Loading branch information
fturmel committed Mar 12, 2024
1 parent 0f09aa3 commit f3d5ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { constructFrom } from "../constructFrom/index.js";
import { getDefaultOptions } from "../getDefaultOptions/index.js";
import { enUS as defaultLocale } from "../locale/en-US/index.js";
import { defaultLocale } from "../_lib/defaultLocale/index.js";
import { toDate } from "../toDate/index.js";
import type {
AdditionalTokensOptions,
Expand Down

0 comments on commit f3d5ad2

Please sign in to comment.