import Link from 'next/link'; import { EmptyState } from '@/components/ui/primitives'; export default function NotFound() { return ( Back to RareIndex } /> ); }