"use client";
import { PaymentPending } from "@/components/payments/PaymentPending";
export default function MarketplacePaymentPendingPage() {
  return <PaymentPending />;
}
