mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +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 colors from 'config/colors';
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
import PinInput from 'components/inputs/PinInput';
|
import PinInput from 'components/inputs/PinInput';
|
||||||
import PinButton from 'components/buttons/PinButton';
|
|
||||||
import Button from 'components/buttons/Button';
|
import Button from 'components/buttons/Button';
|
||||||
|
import PinButton from './components/PinButton';
|
||||||
import type { Props } from './index';
|
import type { Props } from './index';
|
||||||
|
|
||||||
type State = {
|
type State = {
|
||||||
|
Loading…
Reference in New Issue
Block a user