From 285203889d5543aec93dbb09c3f9e22bd279c5c7 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Fri, 13 Dec 2024 21:20:19 +0100 Subject: [PATCH] Remove unused import --- wallets/payment.js | 1 - 1 file changed, 1 deletion(-) diff --git a/wallets/payment.js b/wallets/payment.js index 1904d67f..484da3c0 100644 --- a/wallets/payment.js +++ b/wallets/payment.js @@ -9,7 +9,6 @@ import { } from '@/wallets/errors' import { canSend } from './common' import { useWalletLoggerFactory } from './logger' -import { withTimeout } from '@/lib/time' export function useWalletPayment () { const wallets = useSendWallets()