mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 00:27:11 +01:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
'use client';
|
|
import InsightsReport from './InsightsReport';
|
|
|
|
export default function InsightsReportPage() {
|
|
return <InsightsReport />;
|
|
}
|