diff --git a/apps/cowswap-frontend/src/api/cowProtocol/apiCached.ts b/apps/cowswap-frontend/src/api/cowProtocol/apiCached.ts index dfcf15baad..3b696b0a1f 100644 --- a/apps/cowswap-frontend/src/api/cowProtocol/apiCached.ts +++ b/apps/cowswap-frontend/src/api/cowProtocol/apiCached.ts @@ -1,9 +1,10 @@ +import { fetchWithCache } from '@cowprotocol/common-utils' +import { NativePriceResponse, SupportedChainId as ChainId } from '@cowprotocol/cow-sdk' + import ms from 'ms.macro' -import * as api from './api' import QuickLRU from 'quick-lru' -import { fetchWithCache } from '@cowprotocol/common-utils' -import { NativePriceResponse, SupportedChainId as ChainId } from '@cowprotocol/cow-sdk' +import * as api from './api' export * from './api'