next.js/test/e2e/app-dir/metadata-image-files/app/layout.jsx
layout.jsx9 lines137 B
export default function Layout({ children }) {
  return (
    <html>
      <head></head>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN