Skip to content

Commit

Permalink
chore: use correct hook for fast routing
Browse files Browse the repository at this point in the history
  • Loading branch information
thechefpenguin committed Oct 24, 2024
1 parent d55133f commit d700ceb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ import {
Text,
Toggle,
} from '@pancakeswap/uikit'
import { useSpeedQuote, useUserSingleHopOnly } from '@pancakeswap/utils/user'
import { useUserSingleHopOnly } from '@pancakeswap/utils/user'
import { PancakeSwapXTag } from 'components/PancakeSwapXTag'
import { usePCSX, usePCSXFeatureEnabled } from 'hooks/usePCSX'
import { useSpeedQuote } from 'hooks/useSpeedQuote'
import { memo } from 'react'
import {
useOnlyOneAMMSourceEnabled,
Expand Down

0 comments on commit d700ceb

Please sign in to comment.