Skip to content

Commit

Permalink
fix: Remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
gambinish committed Dec 11, 2024
1 parent 52c113b commit 8d190ff
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from 'react';
import React from 'react';
import { useDispatch, useSelector } from 'react-redux';
import { setTokenNetworkFilter } from '../../../../../store/actions';
import {
Expand Down Expand Up @@ -32,9 +32,6 @@ import UserPreferencedCurrencyDisplay from '../../../user-preferenced-currency-d
import {
CHAIN_ID_TO_NETWORK_IMAGE_URL_MAP,
FEATURED_NETWORK_CHAIN_IDS,
FEATURED_RPCS,
MAINNET_DISPLAY_NAME,
CHAIN_IDS,
} from '../../../../../../shared/constants/network';
import { useGetFormattedTokensPerChain } from '../../../../../hooks/useGetFormattedTokensPerChain';
import { useAccountTotalCrossChainFiatBalance } from '../../../../../hooks/useAccountTotalCrossChainFiatBalance';
Expand Down

0 comments on commit 8d190ff

Please sign in to comment.