next.js/test/e2e/app-dir/not-found/group-route-root-not-found/app/layout.js
layout.js12 lines181 B
export default function RootLayout({ children }) {
  return (
    <html>
      <head />
      <body>
        <h1>Root layout</h1>
        {children}
      </body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN