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

Commit

Permalink
chore: remove unused import in useBalance (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbate authored Dec 11, 2023
1 parent 7ee8839 commit 6583e38
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/app/src/systems/Chains/fuel/hooks/useBalance.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { QUERY_KEYS } from '@fuel-wallet/react';
import { useQuery } from '@tanstack/react-query';
// should import BN because of this error: https://github.com/FuelLabs/fuels-ts/issues/1054
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import type { BytesLike, BN, Provider as FuelProvider } from 'fuels';
import type { BytesLike, Provider as FuelProvider } from 'fuels';
import { Address } from 'fuels';
import { useEffect } from 'react';

Expand Down

0 comments on commit 6583e38

Please sign in to comment.