Skip to content

Commit

Permalink
fix(error): fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidroohi92 committed Sep 30, 2024
1 parent 318b8e0 commit 11c01dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/walletButton.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useCallback, useEffect, useRef, useState } from "react";
import WalletSelectionModal from "./walletSelectionModal";
import { useEVM, useTalisman, useTransfer } from "@/hooks";
import { useTalisman, useTransfer } from "@/hooks";
import { getChainLogoSrc, parseCross } from "@/utils";
import { ChainConfig, WalletID } from "@/types";
import Image from "next/image";
Expand Down

0 comments on commit 11c01dc

Please sign in to comment.