Skip to content

Commit

Permalink
imports fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lendihop committed Oct 31, 2023
1 parent d6ead81 commit 301f630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/screens/market/top-coins-table/top-tokens-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
3 changes: 2 additions & 1 deletion src/store/partners-promotion/partners-promotion-selectors.ts
Original file line number Diff line number Diff line change
@@ -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) =>
Expand Down

0 comments on commit 301f630

Please sign in to comment.