chore: remove unused imports

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-20 19:29:52 +01:00
parent 535f7e60f2
commit b9a417a629
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { EmitFunc, FlowHooks, FlowEvents, FlowStore } from '~/types'
import { EmitFunc, FlowHooks, FlowEvents } from '~/types'
// flow event hooks
export const createHooks = (): FlowHooks => ({
-1
View File
@@ -1,4 +1,3 @@
import { Position } from './flow'
import { HandleType } from './components'
export enum ConnectionLineType {