"use client"; import { Button } from "@app/components/ui/button"; import { Card, CardContent, CardFooter, CardHeader, CardTitle, } from "@app/components/ui/card"; import Link from "next/link"; export default function ResourceAccessDenied() { return ( Access Denied You're not allowed to access this resource. If this is a mistake, please contact the administrator.
); }