mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Image components moved to separated folder
This commit is contained in:
parent
221f988fef
commit
42b15e788e
@ -10,7 +10,7 @@ import {
|
|||||||
getStatus,
|
getStatus,
|
||||||
getVersion,
|
getVersion,
|
||||||
} from 'utils/device';
|
} from 'utils/device';
|
||||||
import TrezorImage from 'components/TrezorImage';
|
import TrezorImage from 'components/images/TrezorImage';
|
||||||
import colors from 'config/colors';
|
import colors from 'config/colors';
|
||||||
|
|
||||||
const Wrapper = styled.div`
|
const Wrapper = styled.div`
|
||||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
@ -2,7 +2,7 @@ import React from 'react';
|
|||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
import Icon from 'components/Icon';
|
import Icon from 'components/Icon';
|
||||||
import CoinLogo from 'components/CoinLogo';
|
import CoinLogo from 'components/images/CoinLogo';
|
||||||
import { FONT_SIZE, LEFT_NAVIGATION_ROW } from 'config/variables';
|
import { FONT_SIZE, LEFT_NAVIGATION_ROW } from 'config/variables';
|
||||||
import colors from 'config/colors';
|
import colors from 'config/colors';
|
||||||
import Row from '../Row';
|
import Row from '../Row';
|
||||||
|
@ -10,7 +10,7 @@ import ICONS from 'config/icons';
|
|||||||
import colors from 'config/colors';
|
import colors from 'config/colors';
|
||||||
import Tooltip from 'rc-tooltip';
|
import Tooltip from 'rc-tooltip';
|
||||||
|
|
||||||
import CoinLogo from 'components/CoinLogo';
|
import CoinLogo from 'components/images/CoinLogo';
|
||||||
import * as stateUtils from 'reducers/utils';
|
import * as stateUtils from 'reducers/utils';
|
||||||
import SelectedAccount from 'views/Wallet/components/SelectedAccount';
|
import SelectedAccount from 'views/Wallet/components/SelectedAccount';
|
||||||
import Link from 'components/Link';
|
import Link from 'components/Link';
|
||||||
|
Loading…
Reference in New Issue
Block a user