Skip to content

Commit d3c9588

Browse files
committed
refactor: remove unused useRemoteConfigStore import from DesktopCards component
1 parent a07c37f commit d3c9588

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/Layout/DesktopCards.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import { clsx } from 'clsx'
1919
import { MdOutlineDragIndicator } from 'react-icons/md'
2020
import { SUPPORTED_CARDS } from 'src/config/supportedCards'
2121
import { CustomRssCard } from 'src/features/cards'
22-
import { useRemoteConfigStore } from 'src/features/remoteConfig'
2322
import { trackPageDrag } from 'src/lib/analytics'
2423
import { DesktopBreakpoint } from 'src/providers/DesktopBreakpoint'
2524
import { 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),

0 commit comments

Comments
 (0)