import AccountPaymentsPage from "@/features/shop/account-payments-page";

export default function Page() {
  return <AccountPaymentsPage />;
}
