diff --git a/src/container/RevueFlow/index.tsx b/src/container/RevueFlow/index.tsx index 652dc7a5..7b14f273 100644 --- a/src/container/RevueFlow/index.tsx +++ b/src/container/RevueFlow/index.tsx @@ -1,4 +1,4 @@ -import {computed, CSSProperties, defineComponent, HTMLAttributes, onMounted, onUpdated, PropType, watch} from 'vue'; +import { computed, CSSProperties, defineComponent, HTMLAttributes, onUpdated, PropType } from 'vue'; import GraphView from '../GraphView'; import DefaultNode from '../../components/Nodes/DefaultNode'; import InputNode from '../../components/Nodes/InputNode';