Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
fix: remove ProgressIcon import
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Mar 29, 2024
1 parent e003dd0 commit 4d9c771
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/components/modals/transfer-modal.tsx
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
import { BaseBridge } from "@/bridges";
import { GQL_HISTORY_RECORD_BY_TX_HASH } from "@/config";
import { useApp, useTransfer } from "@/hooks";
import {
ChainConfig,
HistoryRecordByTxHashReqParams,
HistoryRecordByTxHashResData,
InputValue,
RecordResult,
Token,
} from "@/types";
import ProgressIcon from "@/ui/progress-icon";
import { ChainConfig, InputValue, Token } from "@/types";
import { formatBalance, getChainLogoSrc, notifyError, toShortAdrress } from "@/utils";
import { useQuery } from "@apollo/client";
import dynamic from "next/dynamic";
import Image from "next/image";
import Link from "next/link";
import { useCallback, useEffect, useState } from "react";
import { Address, Hex, parseUnits } from "viem";

Expand Down

0 comments on commit 4d9c771

Please sign in to comment.