From b6d92653174ff92ef22cdb054bc12996a8f879d9 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 9 Jul 2021 16:34:05 +0200 Subject: [PATCH] update: revue-flow index.tsx --- src/container/RevueFlow/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';