From d327d00431989ce00ce25a74fe2cca8d3dbe6cad Mon Sep 17 00:00:00 2001 From: Singa-pirate Date: Mon, 16 Sep 2024 16:28:32 +0800 Subject: [PATCH] Fix style --- frontend/src/App.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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;