import { Card, CardContent, CardFooter, CardHeader, CardTitle, } from "@app/components/ui/card"; export default async function ResourceNotFound() { return ( Resource Not Found The resource you're trying to access does not exist ); }