diff --git a/src/screens/market/top-coins-table/top-tokens-table.tsx b/src/screens/market/top-coins-table/top-tokens-table.tsx index bd91760c2..4cf73f60c 100644 --- a/src/screens/market/top-coins-table/top-tokens-table.tsx +++ b/src/screens/market/top-coins-table/top-tokens-table.tsx @@ -8,8 +8,8 @@ import { useFakeRefreshControlProps } from 'src/hooks/use-fake-refresh-control-p import { useFilteredMarketTokens } from 'src/hooks/use-filtered-market-tokens.hook'; import { MarketToken } from 'src/store/market/market.interfaces'; import { formatSize } from 'src/styles/format-size'; +import { OptimalPromotionAdType } from 'src/utils/optimal.utils'; -import { OptimalPromotionAdType } from '../../../utils/optimal.utils'; import { MarketSelectors } from '../market.selectors'; import { Filters } from './filters/filters'; import { RightSwipeView } from './right-swipe-view/right-swipe-view'; diff --git a/src/store/partners-promotion/partners-promotion-selectors.ts b/src/store/partners-promotion/partners-promotion-selectors.ts index 360137af8..8736bdca1 100644 --- a/src/store/partners-promotion/partners-promotion-selectors.ts +++ b/src/store/partners-promotion/partners-promotion-selectors.ts @@ -1,4 +1,5 @@ -import { OptimalPromotionAdType } from '../../utils/optimal.utils'; +import { OptimalPromotionAdType } from 'src/utils/optimal.utils'; + import { useSelector } from '../selector'; export const usePartnersPromoSelector = (adType: OptimalPromotionAdType) =>