next.js/test/e2e/app-dir/not-found-with-nested-layouts/app/(main)/layout.js
layout.js4 lines78 B
export default function MainLayout({ children }) {
  return <>{children}</>
}
Quest for Codev2.0.0
/
SIGN IN