We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68eae6b commit 5ff9e93Copy full SHA for 5ff9e93
packages/xpub-components-bootstrap/src/components/hardwareWallets.js
@@ -1,7 +1,8 @@
1
import React from "react"
2
import { Tabs, Tab } from "react-bootstrap"
3
+import { LEDGER, TREZOR } from "unchained-wallets"
4
-import { LEDGER, TREZOR, accountDerivationPath } from "@swan-bitcoin/xpub-lib"
5
+import { accountDerivationPath } from "@swan-bitcoin/xpub-lib"
6
import { ExtPubKeyImporter } from "./xpubImporter"
7
8
const HardwareWallets = ({ purpose, accountNumber, network }) => {
0 commit comments