Merge pull request #6 from nightbug-xx/codex/정리-src/index.css-및-import-추가

Remove unused index.css
This commit is contained in:
nightbug-xx 2025-06-09 18:43:38 +09:00 committed by GitHub
commit ee6535188c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 1 deletions

View File

View File

@ -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