mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
7 lines
140 B
TypeScript
7 lines
140 B
TypeScript
'use client';
|
|
import InsightsReport from './InsightsReport';
|
|
|
|
export default function InsightsReportPage() {
|
|
return <InsightsReport />;
|
|
}
|