AdmSysV2【公共组件库】@前端(For Git Submodule)
Tevin
2 days ago c4daf8262b09c988bcbfd3161427094a86e455b8
1
2
3
4
5
import { createRoot } from 'react-dom/client';
import './index.css';
import App from './App';
 
createRoot(document.getElementById('root')!).render(<App />);