import { Button } from "@/components/ui/button" import { AlertTriangle, ArrowLeft } from "lucide-react" import Link from "next/link" export default function NotFound({ error, }: { error: Error & { digest?: string } }) { return (

Icon not found

The icon you are looking for could not be found or there was an error loading it.

If you believe this is an error, please contact the maintainers of the repository.

) }