mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-29 10:28:08 +00:00
LandingPage flowtype
This commit is contained in:
parent
99da71c25d
commit
a086c034f1
@ -19,7 +19,7 @@ export type StateProps = {
|
||||
}
|
||||
|
||||
type DispatchProps = {
|
||||
|
||||
selectFirstAvailableDevice: typeof RouterActions.selectFirstAvailableDevice,
|
||||
}
|
||||
|
||||
type OwnProps = {
|
||||
|
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user