Connect all CRM pages to the BFF and CRM service, add module docs, and mark CRM available in the SuperApp catalog. Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
/** CRM root — sub-routes supply portal shells. */
|
|
export default function CrmRootLayout({ children }: { children: React.ReactNode }) {
|
|
return children;
|
|
}
|