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>
<body>
<div id="root"></div>
</body>
</html>

View file

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