Skip to content

Commit

Permalink
chore: remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
nick134-bit committed May 15, 2024
1 parent ba595b2 commit f5a6d8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Pages/Dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { getChainLogoUrlByName } from 'util/getChainLogoUrlByName'
import { useGetDashboardDataAPI } from './hooks/getDashboardDataAPI'
import { useChainInfos } from 'hooks/useChainInfo'
import { WALLET_CHAIN_NAMES_BY_CHAIN_ID } from 'constants/networks'
import { useChain } from '@cosmos-kit/react-lite'

export type DashboardData = {
logoUrl: string
Expand Down

0 comments on commit f5a6d8c

Please sign in to comment.