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