Add payment module, BFF proxy, hub/dashboard/ops/PSP/merchant screens wired to real APIs, and mark payment-frontend complete in project status. Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
169 B
TypeScript
5 lines
169 B
TypeScript
import { LoadingState } from "@/components/ds";
|
|
export default function Loading() {
|
|
return <LoadingState label="در حال بارگذاری تربتپی…" />;
|
|
}
|