mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Pin input moved to modal
This commit is contained in:
parent
573ebc1d82
commit
c4fb59af2a
@ -4,9 +4,10 @@ import { H2 } from 'components/Heading';
|
|||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
import Link from 'components/Link';
|
import Link from 'components/Link';
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
import PinInput from 'components/inputs/PinInput';
|
|
||||||
import Button from 'components/Button';
|
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';
|
import type { Props } from '../../index';
|
||||||
|
|
||||||
type State = {
|
type State = {
|
||||||
|
Loading…
Reference in New Issue
Block a user