This commit is contained in:
Aleksey_Levin 2024-01-17 12:54:04 +03:00
parent e5b151f5be
commit b09b90b261
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
import CoinIcon from "../../icons/CoinIcon";
import ProfileIcon from "../../icons/ProfileIcon";
import {ConnectStateButton} from "../../../web3/connect";
import chipImg from '../../../../assets/icons/chip.png'
import {useStores} from "../../../hooks/useStores.tsx";

View file

@ -1,4 +1,3 @@
import {useCheckBalance} from "./useCheckBalance.ts";
import {observer} from "mobx-react-lite";
import {useEffect} from "react";
import {useStores} from "../../hooks/useStores.tsx";