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( - - );