Skip to content

Commit 5f886f7

Browse files
authored
fix: import 오류 해결 (#95)
- 불필요한 파일을 삭제하면서 확인하지 못한 import가 오류를 발생 시켜서 정리했습니다.
1 parent c427d93 commit 5f886f7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// css
2-
import '@assets/css/default.css';
3-
import '@assets/fonts/fonts.css';
4-
51
import React from 'react';
62
import ReactDOM from 'react-dom/client';
73
import App from './App.tsx';

0 commit comments

Comments
 (0)