1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-13 20:08:56 +00:00

Pin input moved to modal

This commit is contained in:
Vladimir Volek 2018-09-26 10:57:30 +02:00
parent 573ebc1d82
commit c4fb59af2a
3 changed files with 3 additions and 2 deletions

View File

@ -4,9 +4,10 @@ import { H2 } from 'components/Heading';
import React, { Component } from 'react';
import Link from 'components/Link';
import styled from 'styled-components';
import PinInput from 'components/inputs/PinInput';
import Button from 'components/Button';
import PinButton from './components/PinButton';
import PinButton from './components/Button';
import PinInput from './components/Input';
import type { Props } from '../../index';
type State = {