import {__} from '@wordpress/i18n' import {useGlobalContext} from '@/term-merger/context' import {ActionType} from '@/term-merger/reducer' export default function AddGroup() { const { dispatch, state: { groups, maxGroups, terms, }, } = useGlobalContext() return ( ) }