mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-26 00:48:35 +00:00
Fix button imports
This commit is contained in:
parent
6d87b2d2b2
commit
9f961b8865
@ -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>
|
||||||
|
@ -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';
|
||||||
|
Loading…
Reference in New Issue
Block a user