Skip to content

Commit

Permalink
fix : 안쓰는 api 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
SeieunYoo committed Jul 28, 2024
1 parent e0f522b commit e478511
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
6 changes: 0 additions & 6 deletions src/apis/auth/createGuestUserApi.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/apis/auth/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export { default as createGuestUserApi } from './createGuestUserApi';
export { default as verifyStudentApi } from './verifyStudentApi';
1 change: 0 additions & 1 deletion src/hooks/mutation/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export { default as useCreateGuestUser } from './useCreateGuestUser';
export { default as useSendStudentEmail } from './useSendStudentEmail';
20 changes: 0 additions & 20 deletions src/hooks/mutation/useCreateGuestUser.ts

This file was deleted.

0 comments on commit e478511

Please sign in to comment.