Updated Funnel report component.

This commit is contained in:
Mike Cao 2024-02-23 20:31:35 -08:00
parent 2832ff9622
commit f81f0839c6
7 changed files with 169 additions and 116 deletions

View file

@ -1,5 +1,4 @@
import FunnelChart from './FunnelChart';
import FunnelTable from './FunnelTable';
import FunnelParameters from './FunnelParameters';
import Report from '../[reportId]/Report';
import ReportHeader from '../[reportId]/ReportHeader';
@ -22,7 +21,6 @@ export default function FunnelReport({ reportId }: { reportId?: string }) {
</ReportMenu>
<ReportBody>
<FunnelChart />
<FunnelTable />
</ReportBody>
</Report>
);