next.js/test/e2e/app-dir/app-external/app/layout.js
layout.js9 lines140 B
export default function AppLayout({ children }) {
  return (
    <html>
      <head></head>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN