mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
9 lines
210 B
JavaScript
9 lines
210 B
JavaScript
import RetentionReport from './RetentionReport';
|
|
|
|
export default function RetentionReportPage() {
|
|
return <RetentionReport reportId={null} />;
|
|
}
|
|
|
|
export const metadata = {
|
|
title: 'Create Report | umami',
|
|
};
|