import { memo } from 'react' const GroupPanel = () => { return null } GroupPanel.displayName = 'GroupPanel' export default memo(GroupPanel)