불필요한 index.css 제거 및 main.tsx 정리

This commit is contained in:
nightbug-xx 2025-06-09 18:42:20 +09:00
parent 2166685131
commit eb8de2b697
2 changed files with 0 additions and 1 deletions

View File

View File

@ -1,6 +1,5 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import App from './App.tsx'
// ✅ 추가: AuthProvider import