diff --git a/frontend/src/App.js b/frontend/src/App.js index a7b0bab1a0..6e0d595905 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -3,11 +3,11 @@ import { Routes, Route } from "react-router-dom"; import Home from "./pages/Home/Home"; function App() { - return ( - - } /> - - ); + return ( + + } /> + + ); } export default App;