diff --git a/src/pages/scenario/flowgram/components/minimap.tsx b/src/pages/scenario/flowgram/components/minimap.tsx new file mode 100644 index 00000000..279c5bbc --- /dev/null +++ b/src/pages/scenario/flowgram/components/minimap.tsx @@ -0,0 +1,22 @@ +/** + * Minimap component for workflow editor + * Following Flowgram demo pattern from: + * https://github.com/bytedance/flowgram.ai/blob/main/apps/demo-free-layout/src/components/tools/minimap.tsx + */ +import React from 'react'; +import { Minimap as FlowgramMinimap } from '@flowgram.ai/minimap-plugin'; + +export const Minimap: React.FC = () => { + return ( +