"use client"; import React from "react"; const LeaderboardPage = () => { return <>; }; export default LeaderboardPage;