Skip to content

Commit

Permalink
fix: fix lint (#5276)
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin authored Jan 9, 2025
1 parent 3c5d7bd commit d111e1f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/cowswap-frontend/src/api/cowProtocol/apiCached.ts
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit d111e1f

Please sign in to comment.