next.js/test/development/mcp-server/fixtures/parallel-routes-template/app/not-found.tsx
not-found.tsx9 lines159 B
export default function NotFound() {
  return (
    <div>
      <h2>404 - Page Not Found</h2>
      <p>Could not find the requested page.</p>
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN