Skip to content

Commit b12285b

Browse files
committed
fix import
1 parent e77c352 commit b12285b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/signer-ledger-cosmos/src/signer.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { nopLogger } from '@chorus-one/utils'
2-
import type { Logger, sortObjectByKeys } from '@chorus-one/utils'
2+
import type { Logger } from '@chorus-one/utils'
3+
import { sortObjectByKeys } from '@chorus-one/utils'
34
import type { LedgerCosmosSignerConfig } from './types'
45
import type { Signature, SignerData } from '@chorus-one/signer'
56
import { secp256k1 } from '@noble/curves/secp256k1'

0 commit comments

Comments
 (0)