Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Wholteza committed Dec 23, 2023
1 parent a1e90e9 commit fa44f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
CustomerInformation,
ReceiptInformation,
} from "./types";
import useForm from "./hooks/use-form";
import useForm from "./hooks/use-form/use-form";
import useLocalStorage from "./use-local-storage";
import usePdf from "./use-pdf";
import {
Expand Down

0 comments on commit fa44f7b

Please sign in to comment.