1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-29 10:28:08 +00:00

LandingPage flowtype

This commit is contained in:
Szymon Lesisz 2018-10-10 09:55:03 +02:00
parent 99da71c25d
commit a086c034f1
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export type StateProps = {
}
type DispatchProps = {
selectFirstAvailableDevice: typeof RouterActions.selectFirstAvailableDevice,
}
type OwnProps = {

View File

@ -12,6 +12,7 @@ import Loader from 'components/Loader';
import P from 'components/Paragraph';
import Icon from 'components/Icon';
import ICONS from 'config/icons';
import * as RouterActions from 'actions/RouterActions';
import type { State as TrezorConnectState } from 'reducers/TrezorConnectReducer';