This commit is contained in:
Geir Okkenhaug Jerstad 2024-09-25 12:41:48 +02:00
parent 6dc8d7f2a8
commit adfb0f4065
2 changed files with 0 additions and 3 deletions

View file

@ -7,6 +7,5 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
</body> </body>
</html> </html>

View file

@ -4,8 +4,6 @@ import App from './App';
const root = ReactDOM.createRoot(document.getElementById('root')); const root = ReactDOM.createRoot(document.getElementById('root'));
root.render( root.render(
<App /> <App />
); );