Quest for Codev2.0.0
/
SIGN IN
next.js/test/e2e/app-dir/cache-components-segment-configs/fixtures/edge-deduplication/app/edge-with-layout/layout.tsx
layout.tsx6 lines151 B
export const dynamic = 'force-dynamic'

export default function Layout({ children }: { children: React.ReactNode }) {
  return <div>{children}</div>
}