From dc4fdabe5513ddc15ef3a2766f5194169c10864a Mon Sep 17 00:00:00 2001 From: Nagaprasadvr Date: Fri, 22 Sep 2023 15:15:10 +0530 Subject: [PATCH] cleanup --- packages/js/src/utils/Wallets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/js/src/utils/Wallets.ts b/packages/js/src/utils/Wallets.ts index 4a6109d2c..6b4500aa1 100644 --- a/packages/js/src/utils/Wallets.ts +++ b/packages/js/src/utils/Wallets.ts @@ -1,5 +1,5 @@ import { Keypair, PublicKey, Transaction } from '@solana/web3.js'; -import { Convergence, Signer } from '..'; +import { Convergence } from '..'; interface Wallet { signTransaction(tx: Transaction): Promise;