Files
smart-cropx-ui/src/app/(app)/central-config/message/send/components/index.ts
2025-11-10 09:19:56 +08:00

5 lines
292 B
TypeScript

export { MessageStatsCards } from './MessageStatsCards';
export { MessageSendTable } from './MessageSendTable';
export { SendMessageDialog } from './SendMessageDialog';
export { MessagePreviewDialog } from './MessagePreviewDialog';
export { MessageInstructions } from './MessageInstructions';