mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-25 16:38:08 +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"
|
||||
isWebUsb
|
||||
>Check for devices
|
||||
</Button>
|
||||
</StyledButton>
|
||||
)}
|
||||
</ButtonWrapper>
|
||||
</Wrapper>
|
||||
|
@ -3,7 +3,7 @@ import styled from 'styled-components';
|
||||
import ColorHash from 'color-hash';
|
||||
import ScaleText from 'react-scale-text';
|
||||
import colors from 'config/colors';
|
||||
import Button from 'components/Button';
|
||||
import Button from 'components/buttons/Button';
|
||||
import ICONS from 'config/icons';
|
||||
import * as stateUtils from 'reducers/utils';
|
||||
import BigNumber from 'bignumber.js';
|
||||
|
Loading…
Reference in New Issue
Block a user