chore: fix lint issues

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 56f7e3b0c2
commit 38b910ba3b
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Component, CSSProperties, DefineComponent, HTMLAttributes } from "vue";
import { Component, CSSProperties, DefineComponent, HTMLAttributes } from 'vue'
import { BackgroundVariant, Dimensions, XYPosition } from './flow'
import { GraphNode, Node, NodeProps } from './node'
import { EdgeProps } from './edge'
-1
View File
@@ -1,4 +1,3 @@
import { CSSProperties } from 'vue'
import { XYPosition, Position, SnapGrid, Element, XYZPosition, Dimensions } from './flow'
import { DefaultNodeTypes } from './components'
import { HandleElement, ValidConnectionFunc } from './handle'