Initial commit
This commit is contained in:
6
src/main.tsx
Normal file
6
src/main.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import {createRoot} from 'react-dom/client'
|
||||
import {RouterProvider} from 'react-router-dom'
|
||||
import routers from './router'
|
||||
import './index.less'
|
||||
|
||||
createRoot(document.getElementById('root')!).render(<RouterProvider router={routers}/>)
|
||||
Reference in New Issue
Block a user