Skip to content

Commit

Permalink
#16 fix: reploy 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leejin-rho committed Jul 4, 2024
1 parent 0e5d2ca commit ff314ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/hooks/auth.ts
Original file line number Diff line number Diff line change
@@ -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({
Expand Down

0 comments on commit ff314ca

Please sign in to comment.