import { CustomerPageShell } from "@/app/customer/_components/customer-page-shell";
import { AssetAnalyticsView } from "./_components/asset-analytics-report/asset-analytics-view";

export default function AssetAnalyticsReportPage() {
  return (
    <CustomerPageShell>
      <AssetAnalyticsView />
    </CustomerPageShell>
  );
}
