feat: watch graph change (#1092)

### What problem does this PR solve?

feat: watch graph change #918 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-06-07 13:46:50 +08:00
committed by GitHub
parent f8d0d657fb
commit 31da511d1d
6 changed files with 33 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
import { Avatar, Card, Flex, Layout, Space } from 'antd';
import classNames from 'classnames';
import { componentList } from '../mock';
import { componentList } from '../constant';
import { useHandleDrag } from '../hooks';
import styles from './index.less';