import { notFound } from 'next/navigation' export default function NotFoundError(): never { notFound() }