Image components moved to separated folder

pull/8/head
Vladimir Volek 6 years ago
parent 221f988fef
commit 42b15e788e

@ -10,7 +10,7 @@ import {
getStatus,
getVersion,
} from 'utils/device';
import TrezorImage from 'components/TrezorImage';
import TrezorImage from 'components/images/TrezorImage';
import colors from 'config/colors';
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 styled from 'styled-components';
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 colors from 'config/colors';
import Row from '../Row';

@ -10,7 +10,7 @@ import ICONS from 'config/icons';
import colors from 'config/colors';
import Tooltip from 'rc-tooltip';
import CoinLogo from 'components/CoinLogo';
import CoinLogo from 'components/images/CoinLogo';
import * as stateUtils from 'reducers/utils';
import SelectedAccount from 'views/Wallet/components/SelectedAccount';
import Link from 'components/Link';

Loading…
Cancel
Save