import AeReportPage from "@/components/ae-report/ae-report-page";

export const metadata = {
  title: "AE Report | Jumppace CRM",
  description:
    "Division, team, and AE-level revenue attainment with drill-down analytics.",
};

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