next.js/test/e2e/app-dir/ppr-full/app/layout.jsx
layout.jsx12 lines201 B
import { Layout } from '../components/layout'

export default function RootLayout({ children }) {
  return (
    <html>
      <body>
        <Layout>{children}</Layout>
      </body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN