/**
 * CRM Integration Actions
 * 
 * This module exports all CRM provider integrations and their actions
 */

// Base classes
export * from './base/base-crm.action';

// HubSpot provider
export * from './providers/hubspot';