chore: fix lint issues
This commit is contained in:
@@ -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 { BackgroundVariant, Dimensions, XYPosition } from './flow'
|
||||||
import { GraphNode, Node, NodeProps } from './node'
|
import { GraphNode, Node, NodeProps } from './node'
|
||||||
import { EdgeProps } from './edge'
|
import { EdgeProps } from './edge'
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import { CSSProperties } from 'vue'
|
|
||||||
import { XYPosition, Position, SnapGrid, Element, XYZPosition, Dimensions } from './flow'
|
import { XYPosition, Position, SnapGrid, Element, XYZPosition, Dimensions } from './flow'
|
||||||
import { DefaultNodeTypes } from './components'
|
import { DefaultNodeTypes } from './components'
|
||||||
import { HandleElement, ValidConnectionFunc } from './handle'
|
import { HandleElement, ValidConnectionFunc } from './handle'
|
||||||
|
|||||||
Reference in New Issue
Block a user