Quest for Codev2.0.0
/
SIGN IN
next.js/test/e2e/app-dir/instant-validation-static-shells/fixtures/valid/app/(default)/layout.tsx
layout.tsx8 lines127 B
export default async function RootLayout({ children }) {
  return (
    <html>
      <body>{children}</body>
    </html>
  )
}