Skip to content

Commit

Permalink
fix(setup): import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Oct 1, 2024
1 parent e7f33a4 commit c4335ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Setup/FormatDialog.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Alert } from "@/components/Alert";
import { Button } from "@/components/Button";
import { ConfirmModal } from "@/components/ConfirmModal";
import ConfirmModal from "@/components/ConfirmModal";
import { Headline } from "@/components/Headline";
import SetupContainer from "@/layouts/SetupContainer";
import { Checkbox, useDisclosure } from "@nextui-org/react";
Expand Down

0 comments on commit c4335ac

Please sign in to comment.