diff --git a/src/components/Leaderboard/LeaderboardPage.tsx b/src/components/Leaderboard/LeaderboardPage.tsx index 7ef194209..1e5873200 100644 --- a/src/components/Leaderboard/LeaderboardPage.tsx +++ b/src/components/Leaderboard/LeaderboardPage.tsx @@ -1,9 +1,10 @@ -import { useState } from 'react'; +import { useState, type ReactNode } from 'react'; import type { LeadeboardUserDetails, ListLeaderboardStatsResponse, } from '../../api/leaderboard'; import { cn } from '../../lib/classname'; +import { FolderKanban, Zap } from 'lucide-react'; type LeaderboardPageProps = { stats: ListLeaderboardStatsResponse; @@ -22,18 +23,32 @@ export function LeaderboardPage(props: LeaderboardPageProps) { Top users based on their activity on roadmap.sh
-{emptyText}
+