next.js/test/e2e/app-dir/navigation/app/not-found/servercomponent/page.js
page.js7 lines107 B
import { notFound } from 'next/navigation'

export default function Page() {
  notFound()
  return <></>
}
Quest for Codev2.0.0
/
SIGN IN