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>
3 lines
139 B
TypeScript
3 lines
139 B
TypeScript
import { LoadingState } from "@/components/ds";
|
|
export default function Loading() { return <LoadingState label="بارگذاری…" />; }
|