Refactored to use app folder.
This commit is contained in:
9
src/app/(app)/reports/retention/page.js
Normal file
9
src/app/(app)/reports/retention/page.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import RetentionReport from './RetentionReport';
|
||||
|
||||
export default function () {
|
||||
return <RetentionReport reportId={null} />;
|
||||
}
|
||||
|
||||
export const metadata = {
|
||||
title: 'Create Report | umami',
|
||||
};
|
||||
Reference in New Issue
Block a user