import React from 'EditorFlow/node_modules/_@types_react@16.8.18@@types/react'; import { Card } from 'EditorFlow/node_modules/_antd@3.18.2@antd/lib'; import { ItemPanel, Item } from 'gg-editor'; import styles from './index.less'; const FlowItemPanel = () => { return ( ); }; export default FlowItemPanel;