File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import { clsx } from 'clsx'
1919import { MdOutlineDragIndicator } from 'react-icons/md'
2020import { SUPPORTED_CARDS } from 'src/config/supportedCards'
2121import { CustomRssCard } from 'src/features/cards'
22- import { useRemoteConfigStore } from 'src/features/remoteConfig'
2322import { trackPageDrag } from 'src/lib/analytics'
2423import { DesktopBreakpoint } from 'src/providers/DesktopBreakpoint'
2524import { useUserPreferences } from 'src/stores/preferences'
@@ -71,7 +70,6 @@ export const DesktopCards = ({
7170 const AVAILABLE_CARDS = [ ...SUPPORTED_CARDS , ...userCustomCards ]
7271 const { updateCardOrder } = useUserPreferences ( )
7372 const cardsWrapperRef = useRef < HTMLDivElement > ( null )
74- const { adsConfig } = useRemoteConfigStore ( )
7573
7674 const sensors = useSensors (
7775 useSensor ( PointerSensor ) ,
You can’t perform that action at this time.
0 commit comments