source:
frontend/src/main.jsx@
72053b5
| Last change on this file since 72053b5 was 72053b5, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 229 bytes | |
| Line | |
|---|---|
| 1 | import { StrictMode } from 'react' |
| 2 | import { createRoot } from 'react-dom/client' |
| 3 | import './index.css' |
| 4 | import App from './App.jsx' |
| 5 | |
| 6 | createRoot(document.getElementById('root')).render( |
| 7 | <StrictMode> |
| 8 | <App /> |
| 9 | </StrictMode>, |
| 10 | ) |
Note:
See TracBrowser
for help on using the repository browser.
