Skip to content

Commit

Permalink
fix: wallets import
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Nov 9, 2022
1 parent e4ce0ef commit 6b20491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet-management/src/LiFiWalletManagement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
removeFromActiveWallets,
removeFromDeactivatedWallets,
} from './walletPersistance';
import type { Wallet } from './wallets';
import type { Wallet } from './walletProviders';

export const useLiFiWalletManagement = () => {
const priorityConnector = usePriorityConnector();
Expand Down

0 comments on commit 6b20491

Please sign in to comment.