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>
7 lines
381 B
TypeScript
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;
|