Skip to content

Commit 5ff9e93

Browse files
committed
fix(components): update imports
1 parent 68eae6b commit 5ff9e93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/xpub-components-bootstrap/src/components/hardwareWallets.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import React from "react"
22
import { Tabs, Tab } from "react-bootstrap"
3+
import { LEDGER, TREZOR } from "unchained-wallets"
34

4-
import { LEDGER, TREZOR, accountDerivationPath } from "@swan-bitcoin/xpub-lib"
5+
import { accountDerivationPath } from "@swan-bitcoin/xpub-lib"
56
import { ExtPubKeyImporter } from "./xpubImporter"
67

78
const HardwareWallets = ({ purpose, accountNumber, network }) => {

0 commit comments

Comments
 (0)