source:
CookCraft-FrontEnd/CookCraft-FrontEnd-master/cookcraft-app/src/index.js@
f08e256
Last change on this file since f08e256 was d7b7f00, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 232 bytes |
Rev | Line | |
---|---|---|
[d7b7f00] | 1 | import React from 'react'; |
2 | import ReactDOM from 'react-dom/client'; | |
3 | import App from './App'; | |
4 | ||
5 | const root = ReactDOM.createRoot(document.getElementById('root')); | |
6 | root.render( | |
7 | <React.StrictMode> | |
8 | <App /> | |
9 | </React.StrictMode> | |
10 | ); |
Note:
See TracBrowser
for help on using the repository browser.