import { CustomerPageShell } from "@/app/customer/_components/customer-page-shell";

import { PortfolioSimulatorView } from "./_components/portfolio-simulator-report/portfolio-simulator-view";

export default function PortfolioSimulatorPage() {
  return (
    <CustomerPageShell>
      <PortfolioSimulatorView />
    </CustomerPageShell>
  );
}
