9 lines
319 B
TypeScript
9 lines
319 B
TypeScript
import LeaderboardsStatic from './LeaderboardsStatic';
|
|
|
|
// ============================================================================
|
|
// MAIN PAGE COMPONENT
|
|
// ============================================================================
|
|
|
|
export default function LeaderboardsPage() {
|
|
return <LeaderboardsStatic />;
|
|
} |