chore: fix error
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Kieran 2024-01-04 16:21:39 +00:00
parent f2bcd1100d
commit 36b9538aa6
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -1,11 +1,9 @@
import AsyncButton from "@/Components/Button/AsyncButton";
import Icon from "@/Components/Icons/Icon";
import { formatShort } from "@/Utils/Number";
import { WalletInvoice, useWallet } from "@/Wallet";
import { LNURL } from "@snort/shared";
import { useEffect, useState } from "react";
import { FormattedMessage, FormattedNumber, useIntl } from "react-intl";
import { useNavigate } from "react-router-dom";
export function WalletSendPage() {
const wallets = useWallet();