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