next.js/test/e2e/app-dir/not-found/conflict-route/app/not-found.js
not-found.js12 lines192 B
export default function NotFound() {
  return (
    <>
      <h1>This Is The Not Found Page</h1>

      <div id="timestamp">{Date.now()}</div>
    </>
  )
}

NotFound.displayName = 'NotFound'
Quest for Codev2.0.0
/
SIGN IN