There was an error while loading. Please reload this page.
1 parent bd4e2ab commit d941cf5Copy full SHA for d941cf5
1 file changed
packages/app-builder/src/components/Graph/GraphImpl.tsx
@@ -1,7 +1,7 @@
1
import { AutoLayoutControlButton } from '@app-builder/components/ReactFlow';
2
import { useTheme } from '@app-builder/contexts/ThemeContext';
3
import { type DataModel } from '@app-builder/models/data-model';
4
-import { type GraphData } from '@app-builder/models/graph';
+import { type GraphData, GraphNodeData } from '@app-builder/models/graph';
5
import { ControlButton, Controls, EdgeMouseHandler, type NodeMouseHandler, ReactFlow } from '@xyflow/react';
6
import { useCallback, useEffect, useMemo } from 'react';
7
import { useTranslation } from 'react-i18next';
0 commit comments