This commit is contained in:
2025-04-02 18:02:13 +08:00
parent 839eac2894
commit adb67a6898
3 changed files with 34 additions and 14 deletions

View File

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