TorbatYar/frontend/app/payment/layout.tsx
Mortezakoohjani 4451b32a33 feat(payment-frontend): ship Torbat Pay admin portal for MVP 14.0-14.5
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>
2026-07-27 18:35:07 +03:30

6 lines
135 B
TypeScript

"use client";
import { PaymentRootLayout } from "@/modules/payment/components/createPortalLayout";
export default PaymentRootLayout;