Connect all CRM pages to the BFF and CRM service, add module docs, and mark CRM available in the SuperApp catalog. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
import { LoadingState } from "@/components/ds";
|
|
|
|
export default function Loading() {
|
|
return <LoadingState label="در حال بارگذاری CRM…" />;
|
|
}
|