/** CRM root — sub-routes supply portal shells. */ export default function CrmRootLayout({ children }: { children: React.ReactNode }) { return children; }