Migrated from Parcel to Vite
This commit is contained in:
5
frontend/index.tsx
Normal file
5
frontend/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import ReactDOM from 'react-dom'
|
||||
import { App } from './src/App'
|
||||
|
||||
const root = document.getElementById('root')
|
||||
ReactDOM.render(<App />, root)
|
||||
Reference in New Issue
Block a user