import React from 'react' import { ReactFlow } from 'reactflow' import type { ReactFlowProps } from 'reactflow' const style = { background: '#fafafa', width: '100%', height: '500px' } export const GraphWrapper = (args: ReactFlowProps) => (
)