// app/_not-found/page.tsx export default function StubNotFound() { return (

404

Page not found.

) }