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