Remove unused import
This commit is contained in:
parent
a50a2c8bd1
commit
285203889d
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue