From adfb0f40659a1b29d12b52058a9090685c6ff984 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Wed, 25 Sep 2024 12:41:48 +0200 Subject: [PATCH] Emne 2 --- react_test/spa_react/public/index.html | 1 - react_test/spa_react/src/index.js | 2 -- 2 files changed, 3 deletions(-) diff --git a/react_test/spa_react/public/index.html b/react_test/spa_react/public/index.html index 4f03153..a9bce67 100644 --- a/react_test/spa_react/public/index.html +++ b/react_test/spa_react/public/index.html @@ -7,6 +7,5 @@
- diff --git a/react_test/spa_react/src/index.js b/react_test/spa_react/src/index.js index b2fe0c6..821a0b9 100644 --- a/react_test/spa_react/src/index.js +++ b/react_test/spa_react/src/index.js @@ -4,8 +4,6 @@ import App from './App'; const root = ReactDOM.createRoot(document.getElementById('root')); root.render( - - );