"use client";
import { BuyerHistory } from "@/components/payments/BuyerHistory";

export default function BuyerPaymentsRoute() {
  return <BuyerHistory />;
}
