import Link from "next/link"; import { Button } from "@/components/ui/button"; import { AlertCircle } from "lucide-react"; export default function UnauthorizedPage() { return (
You don't have permission to access this page. Please contact an administrator if you believe this is an error.