Init
This commit is contained in:
12
app/leaderboard/page.tsx
Normal file
12
app/leaderboard/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import Navigation from "@/components/Navigation";
|
||||
import LeaderboardSection from "@/components/LeaderboardSection";
|
||||
|
||||
export default function LeaderboardPage() {
|
||||
return (
|
||||
<main className="min-h-screen bg-black relative">
|
||||
<Navigation />
|
||||
<LeaderboardSection />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user