diff --git a/centrifuge-app/src/pages/Pool/Overview/index.tsx b/centrifuge-app/src/pages/Pool/Overview/index.tsx index 838d92e9da..9f564fc03b 100644 --- a/centrifuge-app/src/pages/Pool/Overview/index.tsx +++ b/centrifuge-app/src/pages/Pool/Overview/index.tsx @@ -10,6 +10,7 @@ import { IssuerSection } from '../../../components/IssuerSection' import { LayoutBase } from '../../../components/LayoutBase' import { LayoutSection } from '../../../components/LayoutBase/LayoutSection' import { LoadBoundary } from '../../../components/LoadBoundary' +import { PodIndexerReports } from '../../../components/PodIndexerReports' import { Cashflows } from '../../../components/PoolOverview/Cashflows' import { KeyMetrics } from '../../../components/PoolOverview/KeyMetrics' import { PoolPerformance } from '../../../components/PoolOverview/PoolPerfomance'