next.js/test/e2e/app-dir/parallel-route-not-found/app/has-both-slots/not-found-error/page.tsx
page.tsx6 lines108 B
import { notFound } from 'next/navigation'

export default function NotFoundError(): never {
  notFound()
}
Quest for Codev2.0.0
/
SIGN IN