import { CustomerPageShell } from "@/app/customer/_components/customer-page-shell";
import { ListFxAccumulatorsTable } from "./_components/list-fx-accumulator-table/table";

export default function FxAccumulatorPage() {
  return (
    <CustomerPageShell>
      <ListFxAccumulatorsTable />
    </CustomerPageShell>
  );
}
