Skip to content

Commit 3293332

Browse files
committed
build(lerna): fix named import for XPubImporter
1 parent e65a466 commit 3293332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react"
22
import { Tabs, Tab } from "react-bootstrap"
33

44
import { LEDGER, TREZOR, accountDerivationPath } from "@swan/xpub-lib"
5-
import XPubImporter from "./xpubImporter"
5+
import { XPubImporter } from "./xpubImporter"
66

77
const HardwareWallets = ({ purpose, accountNumber, network }) => {
88
const path = accountDerivationPath({ purpose, accountNumber, network })

0 commit comments

Comments
 (0)