import { ExclamationTriangleIcon } from "@heroicons/react/24/outline"; import EmptyCard from "@/components/EmptyCard"; export default function NotFoundPage() { return (
); }