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

import { PibReportView } from "./_components/pib-report-view"

/**
 * PIB Advisory pivot report (live Overall Summary + pib_class buckets).
 */
export default function PibReportPage() {
  return (
    <CustomerPageShell>
      <PibReportView />
    </CustomerPageShell>
  )
}
