Remove unused import

This commit is contained in:
ekzyis 2024-12-13 21:20:19 +01:00
parent a50a2c8bd1
commit 285203889d
1 changed files with 0 additions and 1 deletions

View File

@ -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()