This commit is contained in:
2025-04-05 22:18:34 +08:00
parent 5416cdab28
commit 0d8e594a26
4 changed files with 118 additions and 117 deletions

View File

@@ -1,6 +1,4 @@
import { createRoot } from 'react-dom/client';
import { App } from './pages/App.tsx';
// import './index.css';
createRoot(document.getElementById('root')!).render(<App />);