Remove unused import
This commit is contained in:
parent
a50a2c8bd1
commit
285203889d
|
@ -9,7 +9,6 @@ import {
|
||||||
} from '@/wallets/errors'
|
} from '@/wallets/errors'
|
||||||
import { canSend } from './common'
|
import { canSend } from './common'
|
||||||
import { useWalletLoggerFactory } from './logger'
|
import { useWalletLoggerFactory } from './logger'
|
||||||
import { withTimeout } from '@/lib/time'
|
|
||||||
|
|
||||||
export function useWalletPayment () {
|
export function useWalletPayment () {
|
||||||
const wallets = useSendWallets()
|
const wallets = useSendWallets()
|
||||||
|
|
Loading…
Reference in New Issue