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