next.js/test/e2e/app-dir/not-found/basic/app/not-found.js
not-found.js12 lines180 B
export default function NotFound() {
  return (
    <>
      <h1>Root Not Found</h1>

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

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