Skip to content

Commit

Permalink
fix: import 오류 해결 (#95)
Browse files Browse the repository at this point in the history
- 불필요한 파일을 삭제하면서 확인하지 못한 import가 오류를 발생 시켜서 정리했습니다.
  • Loading branch information
jeewonMoon authored Sep 23, 2024
1 parent c427d93 commit 5f886f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// css
import '@assets/css/default.css';
import '@assets/fonts/fonts.css';

import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App.tsx';
Expand Down

0 comments on commit 5f886f7

Please sign in to comment.