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>
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
"use client";
|
|
|
|
import { createPortalLayout } from "@/modules/crm/components/createPortalLayout";
|
|
|
|
export default createPortalLayout("sales");
|