diff --git a/src/App.tsx b/src/App.tsx index 199f7f2..f7286b1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,6 +4,7 @@ import Home from "./pages/Home"; import Mentorship from "./pages/Mentorship"; import PointsSystem from "./pages/PointsSystem"; import Footer from "./components/Footer/Footer"; +import Leaderboard from "./pages/LeaderBoard"; function App() { return ( @@ -13,6 +14,7 @@ function App() { } /> } /> } /> + } />