Skip to content

Commit ca26abe

Browse files
committed
fixed import issue
1 parent d62bbb9 commit ca26abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core-mobile/app/new/features/ledger/components/LedgerAppConnection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { View } from 'react-native'
33
import { Text, Button, useTheme, Icons } from '@avalabs/k2-alpine'
44
import { ScrollScreen } from 'common/components/ScrollScreen'
55
import { LoadingState } from 'common/components/LoadingState'
6-
import { LedgerDerivationPathType } from 'services/wallet/LedgerWallet'
6+
import { LedgerDerivationPathType } from 'services/ledger/types'
77

88
enum AppConnectionStep {
99
AVALANCHE_CONNECT = 'avalanche-connect',

0 commit comments

Comments
 (0)