Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Oct 8, 2024
1 parent 9cd7106 commit ae67f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/src/hooks/useMarketBalanceOfBase.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { useMarketStore } from '@/stores';
import { formatUnits } from '@/utils';
import { useQuery } from '@tanstack/react-query';
import BigNumber from 'bignumber.js';
import { useMarketBasics } from './useMarketBasics';
import { useMarketConfiguration } from './useMarketConfiguration';
import { useQuery } from '@tanstack/react-query';
import { useMarketStore } from '@/stores';
import { useTotalReserves } from './useTotalReserves';

export const useMarketBalanceOfBase = (marketParam?: string) => {
Expand Down

0 comments on commit ae67f38

Please sign in to comment.