Skip to content

Commit

Permalink
Update leaderboard page.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterOche authored Feb 22, 2025
1 parent 38d7abf commit d060bf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/app/leaderboard/page.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import LeaderBoard from "@/components/LeaderBoard";
import Header from "@/components/Header";
import Footer from "@/components/Footer";
import Game from "@/components/game/GameSection";

export default function Home() {
return (
Expand All @@ -9,7 +10,8 @@ export default function Home() {
<div className="p-20">
<LeaderBoard />
</div>
<Game/>
<Footer />
</div>
);
}
}

0 comments on commit d060bf8

Please sign in to comment.