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