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>
4 lines
151 B
TypeScript
4 lines
151 B
TypeScript
"use client";
|
|
import { CommunicationRootLayout } from "@/modules/communication/components/createPortalLayout";
|
|
export default CommunicationRootLayout;
|