불필요한 index.css 제거 및 main.tsx 정리
This commit is contained in:
parent
2166685131
commit
eb8de2b697
@ -1,6 +1,5 @@
|
|||||||
import { StrictMode } from 'react'
|
import { StrictMode } from 'react'
|
||||||
import { createRoot } from 'react-dom/client'
|
import { createRoot } from 'react-dom/client'
|
||||||
import './index.css'
|
|
||||||
import App from './App.tsx'
|
import App from './App.tsx'
|
||||||
|
|
||||||
// ✅ 추가: AuthProvider import
|
// ✅ 추가: AuthProvider import
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user