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