next.js/test/development/app-dir/next-after-app-invalid-usage/basic/app/layout.js
layout.js11 lines176 B
export default function AppLayout({ children }) {
  return (
    <html>
      <head>
        <title>after</title>
      </head>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN