umami/src/app/(main)/reports/insights/InsightsReportPage.tsx
2024-02-05 23:59:33 -08:00

7 lines
140 B
TypeScript

'use client';
import InsightsReport from './InsightsReport';
export default function InsightsReportPage() {
return <InsightsReport />;
}