1
0
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:
Vasek Mlejnsky 2018-09-04 11:31:15 +02:00
parent c8e5ba5dbd
commit 70f4f3c6d5
2 changed files with 1 additions and 1 deletions

View File

@ -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 = {