fix: build

This commit is contained in:
kieran 2024-12-18 11:35:43 +00:00
parent 70fcf955e3
commit 38b8103281
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -1,11 +1,11 @@
import { useEffect, useMemo, useState } from "react";
import { FormattedMessage, FormattedNumber } from "react-intl";
import { useEffect, useState } from "react";
import { FormattedNumber } from "react-intl";
import { useNavigate } from "react-router-dom";
import Icon from "@/Components/Icons/Icon";
import { getCurrency } from "@/Components/IntlProvider/IntlProviderUtils";
import { useRates } from "@/Hooks/useRates";
import { useWallet } from "@/Wallet";
import { getCurrency, getLocale } from "@/Components/IntlProvider/IntlProviderUtils";
export const WalletBalance = () => {
const [balance, setBalance] = useState<number>();