'use client'; import InfoConstituenta from '@/components/info/InfoConstituenta'; import { Tooltip } from '@/components/ui/Container'; import Loader from '@/components/ui/Loader'; import { useTooltipsStore } from '@/stores/tooltips'; import { globals } from '@/utils/constants'; export const GlobalTooltips = () => { const hoverCst = useTooltipsStore(state => state.activeCst); return ( <> {hoverCst ? event.stopPropagation()} /> : } ); };