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>
)
}