Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Singa-pirate committed Sep 16, 2024
1 parent 457cf0d commit d327d00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { Routes, Route } from "react-router-dom";
import Home from "./pages/Home/Home";

function App() {
return (
<Routes>
<Route path="/" element={<Home />} />
</Routes>
);
return (
<Routes>
<Route path="/" element={<Home />} />
</Routes>
);
}

export default App;

0 comments on commit d327d00

Please sign in to comment.