Spaces:
Running
on
L40S
Running
on
L40S
import { createRoot } from 'react-dom/client'; | |
import { App } from './app'; | |
const root = createRoot(document.getElementById('root')!); | |
root.render(<App />); | |