import { Section } from '@/ui/Section'; import { Heading } from '@/ui/Heading'; import { Text } from '@/ui/Text'; import { Stack } from '@/ui/Stack'; export default function MigrationPage() { return (
League Migration We are currently preparing our migration tools. If you want to move your league to GridPilot today, please contact our support team.
); }