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>
6 lines
344 B
TypeScript
6 lines
344 B
TypeScript
import { createCommunicationListPage } from "@/modules/communication/components/CommunicationListCrudPage";
|
|
import { communicationResources } from "@/modules/communication/constants/resourceRegistry";
|
|
|
|
export const ContactSourcesPage = createCommunicationListPage(communicationResources.contactSources);
|
|
export default ContactSourcesPage;
|