Files
gridpilot.gg/apps/website/app/teams/leaderboard/page.tsx
2026-01-05 19:35:49 +01:00

9 lines
331 B
TypeScript

import TeamLeaderboardStatic from './TeamLeaderboardStatic';
// ============================================================================
// MAIN PAGE COMPONENT
// ============================================================================
export default function TeamLeaderboardPage() {
return <TeamLeaderboardStatic />;
}