Skip to content

Commit 11c01dc

Browse files
committed
fix(error): fix build error
1 parent 318b8e0 commit 11c01dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/walletButton.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useCallback, useEffect, useRef, useState } from "react";
22
import WalletSelectionModal from "./walletSelectionModal";
3-
import { useEVM, useTalisman, useTransfer } from "@/hooks";
3+
import { useTalisman, useTransfer } from "@/hooks";
44
import { getChainLogoSrc, parseCross } from "@/utils";
55
import { ChainConfig, WalletID } from "@/types";
66
import Image from "next/image";

0 commit comments

Comments
 (0)