2024-02-05 23:59:33 -08:00

11 lines
229 B
TypeScript

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