Quest for Codev2.0.0
/
SIGN IN
next.js/test/e2e/app-dir/instant-validation-static-shells/fixtures/valid/app/blocking-root-layout/page.tsx
page.tsx8 lines144 B
export default async function Page() {
  return (
    <main>
      <p>This is a static page below a blocking root layout.</p>
    </main>
  )
}