Skip to content

Commit

Permalink
remove :: 불필요 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ftery0 committed Jul 12, 2024
1 parent b247aaf commit dcc0e49
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/queries/Auth/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ export const usePostLoginMutation = () => {
return mutation;
};

// export const usePostSignupMutation = () => {
// const mutation = useMutation(AuthRepositoryImpl.signupStudent);
// return mutation;
// };

0 comments on commit dcc0e49

Please sign in to comment.