import React from 'react'; import { useTranslation } from 'react-i18next'; const ItemHeading = ({ title, heading, isOpen, setOpen }) => { const { t } = useTranslation(); return (