Files
checkcle/application/src/components/services/index.ts
T
Tola Leng 917d8a6d29 feat: Implement notification channel based on status (Service Dialog Form and Refactor Split ServiceForm into smaller components).
- The Service Dialog Form's Notification Channel field now respects the `notification_status`. If `notification_status` is enabled, the user can select one or multiple notification channel IDs.
2025-07-10 21:07:31 +07:00

16 lines
585 B
TypeScript

// Export all service components for easier imports
export * from './ServiceHeader';
export * from './ServiceStatsCards';
export * from './ResponseTimeChart';
export * from './incident-history/LatestChecksTable';
export * from './LoadingState';
export * from './ServiceNotFound';
export * from './ServiceMonitoringButton';
export * from './AddServiceDialog';
export * from './ServicesTableContainer';
export * from './ServicesTableView';
export * from './ServiceDeleteDialog';
export * from './ServiceHistoryDialog';
export * from './ServiceEditDialog';
export * from './ServiceForm';