diff --git a/packages/marketplace/src/components/ui/developer-analytics/cost-explorer/cost-explorer-component/cost-explorer.tsx b/packages/marketplace/src/components/ui/developer-analytics/cost-explorer/cost-explorer-component/cost-explorer.tsx index 1b2ec95706..c611984590 100644 --- a/packages/marketplace/src/components/ui/developer-analytics/cost-explorer/cost-explorer-component/cost-explorer.tsx +++ b/packages/marketplace/src/components/ui/developer-analytics/cost-explorer/cost-explorer-component/cost-explorer.tsx @@ -6,7 +6,7 @@ import CostExplorerTable from './cost-explorer-table' import { useDispatch, useSelector } from 'react-redux' import { Dispatch } from 'redux' import { fetchMonthlyBilling } from '@/actions/developer' -import { selectDeveloperApps } from '@/selector' +import { selectDeveloperApps } from '@/selector/developer' import { AppSummaryModel } from '@reapit/foundations-ts-definitions' export type CostExplorerProps = {}