fix(frontend): api named export import 수정 (Vite 빌드 오류)

api.ts의 named export를 default import로 사용하여 Vite/Rollup 프로덕션 빌드 실패 수정

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
htlee 2026-02-28 22:26:55 +09:00
부모 46c7307ab9
커밋 76f299e5de
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -1,4 +1,4 @@
import api from '@common/services/api';
import { api } from '@common/services/api';
// ============================================================
// 타입

파일 보기

@ -1,4 +1,4 @@
import api from '@common/services/api';
import { api } from '@common/services/api';
// ============================================================
// 백엔드 API 응답 타입