update: revue-flow index.tsx

This commit is contained in:
Braks
2021-07-09 16:34:05 +02:00
parent e543bd5005
commit b6d9265317

View File

@@ -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';