'use client' type RankingDashboardProps = { competitionId: string roundId: string } export function RankingDashboard({ competitionId: _competitionId, roundId: _roundId }: RankingDashboardProps) { return (
Ranking dashboard coming soon...
) }