TorbatYar/frontend/modules/communication/features/recipients.tsx
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

7 lines
381 B
TypeScript

import { createCommunicationListPage } from "@/modules/communication/components/CommunicationListCrudPage";
import { communicationResources } from "@/modules/communication/constants/resourceRegistry";
export const RecipientsPage = createCommunicationListPage(communicationResources.recipients);
export const AddressBooksPage = RecipientsPage;
export default RecipientsPage;