import { createCommunicationLockedPage } from "@/modules/communication/components/CommunicationFeatureLock"; import { FUTURE_MODULE_REGISTRY } from "@/modules/communication/constants/featureRegistry"; const config = FUTURE_MODULE_REGISTRY.webhook_center!; export const WebhookCenterPage = createCommunicationLockedPage(config); export default WebhookCenterPage;