next.js/test/e2e/app-dir/rsc-webpack-loader/app/layout.js
layout.js13 lines201 B
import React from 'react'

export default function AppLayout({ children }) {
  return (
    <html>
      <head>
        <title>RSC</title>
      </head>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN