Skip to content

Commit

Permalink
hotfix: REFETCH_DATA_INTERVAL import
Browse files Browse the repository at this point in the history
  • Loading branch information
adamazad committed Jan 5, 2023
1 parent 0308459 commit c2dbed0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { ButtonPrimary } from '../../../../../components/Button'
import { AutoColumn } from '../../../../../components/Column'
import { CurrencyInputPanel } from '../../../../../components/CurrencyInputPanel'
import { PageMetaData } from '../../../../../components/PageMetaData'
import { REFETCH_DATA_INTERVAL } from '../../../../../constants/index'
import { REFETCH_DATA_INTERVAL } from '../../../../../constants/data'
import { ApprovalState, useApproveCallback } from '../../../../../hooks/useApproveCallback'
import { useHigherUSDValue } from '../../../../../hooks/useUSDValue'
import { useNotificationPopup } from '../../../../../state/application/hooks'
Expand Down

0 comments on commit c2dbed0

Please sign in to comment.