dify/web/app/components/workflow/nodes/group/panel.tsx

10 lines
145 B
TypeScript

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