next.js/test/e2e/app-dir/undefined-default-export/app/will-not-found/not-found.js
not-found.js5 lines86 B
// Not a default export.
export function NotFound() {
  return <div>not found</div>
}
Quest for Codev2.0.0
/
SIGN IN