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>
4 lines
234 B
TypeScript
4 lines
234 B
TypeScript
export { crmTokens, leadStatusLabels, leadPriorityLabels, opportunityStatusLabels } from "./tokens";
|
|
export { CrmTablePage, CrmStatGrid, type CrmTableColumn } from "./CrmTablePage";
|
|
export { CrmStatusChip } from "./CrmStatusChip";
|