Skip to content

Commit

Permalink
Update useBalance.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Feb 11, 2025
1 parent 2991dd7 commit 7995ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appchain/bridge/hooks/useBalance.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { toReadableAmount } from '@/swap/utils/toReadableAmount';
import type { Token } from '@/token';
import type { Token } from '@/token/types';
import { getBalance } from '@wagmi/core';
import { useEffect, useState } from 'react';
import type { Address } from 'viem';
Expand Down

0 comments on commit 7995ee1

Please sign in to comment.