next.js/test/e2e/async-modules/pages/404.jsx
404.jsx6 lines136 B
const content = await Promise.resolve("hi y'all")

export default function Custom404() {
  return <h1 id="content-404">{content}</h1>
}
Quest for Codev2.0.0
/
SIGN IN