next.js/test/e2e/app-dir/chunk-loading/app/page.tsx
page.tsx13 lines354 B
export default function Page() {
  return (
    <div>
      <h2>Chunk-Loading</h2>
      <p>
        This fixture is a testbed for chunk loading. It has a variety of
        sub-pages that combine client components as well as dynamic imports. It
        should demonstrate optimal chunk loading characteristics with no errors
      </p>
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN