TorbatYar/frontend/modules/communication/features/video.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
338 B
TypeScript

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