mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 10:35:35 +01:00
remove retention chart
This commit is contained in:
parent
bf507037c7
commit
577294191d
3 changed files with 0 additions and 79 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import RetentionChart from './RetentionChart';
|
||||
import RetentionTable from './RetentionTable';
|
||||
import RetentionParameters from './RetentionParameters';
|
||||
import Report from '../Report';
|
||||
|
|
@ -20,7 +19,6 @@ export default function RetentionReport({ reportId }) {
|
|||
<RetentionParameters />
|
||||
</ReportMenu>
|
||||
<ReportBody>
|
||||
{/* <RetentionChart /> */}
|
||||
<RetentionTable />
|
||||
</ReportBody>
|
||||
</Report>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue