next.js/test/e2e/app-dir/segment-cache/deployment-skew/app/layout.jsx
layout.jsx8 lines139 B
export default function RootLayout({ children, params }) {
  return (
    <html lang="en">
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN