Skip to content

Commit

Permalink
fix : 빌드 오류 수정 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlim0070 authored Dec 5, 2024
1 parent 39f39f3 commit a54d4d1
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 435 deletions.
4 changes: 1 addition & 3 deletions src/components/Profile/NicknameSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ export const NicknameSection = () => {
// 닉네임 유효성 검사 - 중복체크
const validateNickname = async (nickname: string) => {
const response = await checkNickname({ nickname });
if (response.status !== 'OK') {
throw new Error('닉네임 중복 체크 실패');
}
return response;
};

// 닉네임 업데이트
Expand Down
Empty file.
1 change: 0 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { createRoot } from 'react-dom/client';
import './index.css';
import { App } from '@/App';
import './mocks';

createRoot(document.getElementById('root')!).render(
<div>
Expand Down
5 changes: 0 additions & 5 deletions src/mocks/browser.ts

This file was deleted.

90 changes: 0 additions & 90 deletions src/mocks/handlers/LoginHandler.ts

This file was deleted.

212 changes: 0 additions & 212 deletions src/mocks/handlers/RegisterHandler.ts

This file was deleted.

9 changes: 0 additions & 9 deletions src/mocks/handlers/index.ts

This file was deleted.

Loading

0 comments on commit a54d4d1

Please sign in to comment.