Skip to content

Commit

Permalink
fix : main.tsx index.css파일 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hyesung99 committed Oct 22, 2023
1 parent 269cb17 commit 2ea481b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App';
import './index.css';

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
Expand Down

0 comments on commit 2ea481b

Please sign in to comment.