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>
6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
"use client";
|
|
|
|
import { PaymentRootLayout } from "@/modules/payment/components/createPortalLayout";
|
|
|
|
export default PaymentRootLayout;
|