import InsightsReport from './InsightsReport'; import { Metadata } from 'next'; export default function InsightsReportPage() { return ; } export const metadata: Metadata = { title: 'Insights Report | umami', };