TorbatYar/frontend/modules/communication/design-system/index.ts
Mortezakoohjani 10c3c43a75 feat(communication): add SMS MVP frontend with governance artifacts.
Ship the full Communication portal (real SMS API, feature-locked future channels), BFF proxy, docs, snapshot, and phase handover.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-27 11:11:25 +03:30

6 lines
306 B
TypeScript

export { CommunicationTablePage } from "./CommunicationTablePage";
export type { CommunicationTableColumn } from "./CommunicationTablePage";
export { CommunicationStatGrid } from "./CommunicationStatGrid";
export { CommunicationStatusChip } from "./CommunicationStatusChip";
export * from "./tokens";