import PaymentDetailsClient from "./client";

export default function PaymentDetailsPage() {
  return <PaymentDetailsClient />;
}
