diff --git a/src/components/recruits/profile/InsertDialog.tsx b/src/components/recruits/profile/InsertDialog.tsx index 343ebbb..32fb1d8 100644 --- a/src/components/recruits/profile/InsertDialog.tsx +++ b/src/components/recruits/profile/InsertDialog.tsx @@ -6,10 +6,8 @@ import { useAuthStore } from "@/stores"; import { Button, Dialog, - DialogClose, DialogContent, DialogDescription, - DialogFooter, DialogHeader, DialogTitle, DialogTrigger, @@ -90,12 +88,6 @@ export function InsertDialog({ disabled, onSuccess }: Props) { onSuccess={() => setOpen(false)} buttonLabel="등록 완료" /> - - - - - - );