Yaltopia-FIFA/app/(manager)/manager/leagues/page.tsx
Kirubel-Kibru-Yaltopia 89440985f1
Some checks failed
Deploy to Cloudflare Workers / deploy (push) Has been cancelled
x
2026-05-24 21:46:10 +03:00

12 lines
335 B
TypeScript

import { ManagerCompetitionsTable } from "@/components/manager/manager-competitions-table";
export default function ManagerLeaguesPage() {
return (
<ManagerCompetitionsTable
title="Leagues"
description="Round-robin competitions you manage — points and goal difference"
mode="league"
/>
);
}