mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-13 20:08:56 +00:00
Move "PinButton" into Pin's components folder
This commit is contained in:
parent
c8e5ba5dbd
commit
70f4f3c6d5
@ -6,8 +6,8 @@ import Link from 'components/Link';
|
||||
import colors from 'config/colors';
|
||||
import styled from 'styled-components';
|
||||
import PinInput from 'components/inputs/PinInput';
|
||||
import PinButton from 'components/buttons/PinButton';
|
||||
import Button from 'components/buttons/Button';
|
||||
import PinButton from './components/PinButton';
|
||||
import type { Props } from './index';
|
||||
|
||||
type State = {
|
||||
|
Loading…
Reference in New Issue
Block a user