Emne 2
This commit is contained in:
parent
6dc8d7f2a8
commit
adfb0f4065
|
@ -7,6 +7,5 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,8 +4,6 @@ import App from './App';
|
|||
|
||||
const root = ReactDOM.createRoot(document.getElementById('root'));
|
||||
root.render(
|
||||
|
||||
<App />
|
||||
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue