Browse Source
Merge branch 'LL-460' of github.com:juan-cortes/ledger-live-desktop into LL-460
gre-patch-1
Juan Cortes Ross
6 years ago
No known key found for this signature in database
GPG Key ID: 34A99C03E9455EB8
1 changed files with
1 additions and
1 deletions
-
src/components/modals/Receive/steps/02-step-connect-device.js
|
|
@ -1,6 +1,7 @@ |
|
|
|
// @flow
|
|
|
|
|
|
|
|
import React, { Fragment } from 'react' |
|
|
|
import { Trans } from 'react-i18next' |
|
|
|
|
|
|
|
import Box from 'components/base/Box' |
|
|
|
import Button from 'components/base/Button' |
|
|
@ -8,7 +9,6 @@ import EnsureDeviceApp from 'components/EnsureDeviceApp' |
|
|
|
import CurrencyDownStatusAlert from 'components/CurrencyDownStatusAlert' |
|
|
|
import TrackPage from 'analytics/TrackPage' |
|
|
|
|
|
|
|
import { Trans } from 'react-i18next' |
|
|
|
import type { StepProps } from '../index' |
|
|
|
|
|
|
|
export default function StepConnectDevice({ account, onChangeAppOpened }: StepProps) { |
|
|
|