import clsx from 'clsx'; import { IconPin, IconUnpin } from '@/components/Icons'; import { useConceptOptions } from '@/context/ConceptOptionsContext'; import { globals, PARAMETER } from '@/utils/constants'; function ToggleNavigation() { const { noNavigationAnimation, toggleNoNavigation } = useConceptOptions(); return ( ); } export default ToggleNavigation;