import type { ReactNode } from "react";

/** Match `/leads`: no static full-route cache for the deals pipeline segment tree. */
export const dynamic = "force-dynamic";
export const fetchCache = "force-no-store";

export default function SalesDealsLayout({ children }: { children: ReactNode }) {
  return children;
}
