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