"use client" // Leaderboard-fanen for tilskuer-visningen (ADR-044, 2026-08-06). Gjenbruker // round-leaderboard.tsx sin RoundLeaderboard UENDRET (samme formatspesifikke // tavler som eiersiden -- IndividualBoard/TwoSidedBoard/HighLowBoard/ // TeamFlightBoard, alle ni+ formater -- se komponentens `publicMode`-prop), // kun matet fra /public/rounds/* i stedet for /rounds/*. import { Trophy } from "lucide-react" import { WatchTabs } from "@/components/watch-tabs" import { RoundLeaderboard } from "@/components/round-leaderboard" export function WatchLeaderboard({ roundId }: { roundId: string }) { return (