Skip to content

Commit

Permalink
fix file
Browse files Browse the repository at this point in the history
  • Loading branch information
mcayuelas-ledger committed Apr 5, 2024
1 parent c50aa9f commit c565456
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { CryptoCurrency } from "@ledgerhq/types-cryptoassets";
import { useMemo } from "react";

import { currencyFormatter, format } from "../utils/currencyFormatter";
import { BASIC_REFETCH, REFETCH_TIME_ONE_MINUTE } from "../utils/timers";
import { BASIC_REFETCH, REFETCH_TIME_ONE_MINUTE } from "./timers";

const cryptoCurrenciesList = [...listCryptoCurrencies(), ...listTokens()];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { MarketItemResponse, MarketPerformersParams } from "../types";
import { QUERY_KEY } from "./queryKeys";
import { useQuery } from "@tanstack/react-query";
import { formatPerformer } from "../utils/currencyFormatter";
import { REFETCH_TIME_ONE_MINUTE } from "../utils/timers";
import { REFETCH_TIME_ONE_MINUTE } from "./timers";

export function useMarketPerformers({
counterCurrency,
Expand Down

0 comments on commit c565456

Please sign in to comment.