Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Mar 11, 2024
1 parent e870927 commit eeace5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datepicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useState } from "react";
import { getErrorStates } from "./utils/errorStates";
import { fr } from "@codegouvfr/react-dsfr";
import type { LunaticSlotComponents } from "@inseefr/lunatic";
import type { Split } from "utils/type";
import type { Split } from "./utils/type";
import Input from "@codegouvfr/react-dsfr/Input";
import { NumericFormat, type NumberFormatValues } from "react-number-format";

Expand Down

0 comments on commit eeace5a

Please sign in to comment.