next.js/test/e2e/app-dir/not-found/basic/app/dynamic-layout-without-not-found/layout.js
layout.js9 lines137 B
export default function Layout({ children }) {
  return (
    <div>
      <h1>Dynamic with Layout</h1>
      {children}
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN