Add src/main.jsx
This commit is contained in:
parent
0a7bf0b581
commit
7a5ae5a43b
|
|
@ -0,0 +1,8 @@
|
|||
import React from 'react'
|
||||
import ReactDOM from 'react-dom/client'
|
||||
import App from '@/App.jsx'
|
||||
import '@/index.css'
|
||||
|
||||
ReactDOM.createRoot(document.getElementById('root')).render(
|
||||
<App />
|
||||
)
|
||||
Loading…
Reference in New Issue