Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | // CRM Services Barrel Export export * from './crm-config.service'; export * from './lead.service'; export * from './account-contact.service'; export * from './opportunity.service'; export * from './activity.service'; export * from './product-pricing.service'; export * from './quotation-contract.service'; export * from './onboarding.service'; export * from './crm-automation.service'; export * from './lead-capture.service'; export * from './sales-target.service'; export * from './crm-dashboard.service'; export * from './crm-import-export.service'; |