next.js/test/e2e/app-dir/client-reference-chunking/app/issue/page.tsx
page.tsx9 lines192 B
/** Add your relevant code here for the issue to reproduce */
export default function IssuePage() {
  return (
    <div>
      <h1 className="">Welcome to the Issue Page</h1>
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN