1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-26 17:08:07 +00:00

Fix button imports

This commit is contained in:
Vasek Mlejnsky 2018-08-30 14:31:48 +02:00
parent 6d87b2d2b2
commit 9f961b8865
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ class DeviceMenu extends Component<Props> {
className="trezor-webusb-button" className="trezor-webusb-button"
isWebUsb isWebUsb
>Check for devices >Check for devices
</Button> </StyledButton>
)} )}
</ButtonWrapper> </ButtonWrapper>
</Wrapper> </Wrapper>

View File

@ -3,7 +3,7 @@ import styled from 'styled-components';
import ColorHash from 'color-hash'; import ColorHash from 'color-hash';
import ScaleText from 'react-scale-text'; import ScaleText from 'react-scale-text';
import colors from 'config/colors'; import colors from 'config/colors';
import Button from 'components/Button'; import Button from 'components/buttons/Button';
import ICONS from 'config/icons'; import ICONS from 'config/icons';
import * as stateUtils from 'reducers/utils'; import * as stateUtils from 'reducers/utils';
import BigNumber from 'bignumber.js'; import BigNumber from 'bignumber.js';