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