Skip to content

Commit

Permalink
rm references to old redux swaps const (#5740)
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat authored and ibrahimtaveras00 committed May 16, 2024
1 parent 0262a3c commit 0a2d1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { ContextMenuButton } from '../../context-menu';
import { Box, Column, Columns, Inline, Text } from '@/design-system';
import { ImgixImage } from '@/components/images';
import { useNavigation } from '@/navigation';
import { Source } from '@/redux/swap';
import { Source } from '@/raps/references';
import Routes from '@/navigation/routesNames';

import { showActionSheetWithOptions } from '@/utils';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ import { SlackSheet } from '../../sheet';
import { MaxToleranceInput } from './MaxToleranceInput';
import SourcePicker from './SourcePicker';

import { Network } from '@/helpers';
import { Box, ColorModeProvider, Column, Columns, Inset, Stack, Text } from '@/design-system';

import { useAccountSettings, useColorForAsset, useKeyboardHeight, useSwapSettings } from '@/hooks';
import { useNavigation } from '@/navigation';
import { Source } from '@/redux/swap';
import { Source } from '@/raps/references';
import Routes from '@/navigation/routesNames';
import { deviceUtils } from '@/utils';
import { IS_ANDROID } from '@/env';
Expand Down

0 comments on commit 0a2d1a1

Please sign in to comment.