diff --git a/src/index.js b/src/index.js index 02bb770..e9205a9 100644 --- a/src/index.js +++ b/src/index.js @@ -10,8 +10,4 @@ import App from "./App"; // Mount the App component to the DOM element with id "root" const root = createRoot(document.getElementById("root")); -root.render( - - - -); +root.render();