import Link from "next/link"; import { Card, CardContent, CardHeader, CardTitle, CardDescription } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { Clock } from "lucide-react"; export default function PendingPage() { return (
Awaiting approval Your organizer account has been submitted. An admin will review it shortly.

Once approved you can log in and start creating championships.

); }