import { CustomerPageShell } from "@/app/customer/_components/customer-page-shell";
import { LiquidityReportView } from "./_components/liquidity-report-view";

export default function LiquidityReportPage() {
  return (
    <CustomerPageShell>
      <LiquidityReportView />
    </CustomerPageShell>
  );
}
