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