diff --git a/apis/hooks/auth.ts b/apis/hooks/auth.ts index 4ac3384..21908f5 100644 --- a/apis/hooks/auth.ts +++ b/apis/hooks/auth.ts @@ -1,6 +1,7 @@ import { useQuery, useMutation } from "@tanstack/react-query"; import { SignUp, getCenterList, postIdCheck, userProps } from "../auth"; import { useRouter } from "next/router"; +import { InputError } from "@/pages/mypage/password"; function useGetCenterList() { const { data } = useQuery({