diff --git a/src/store/hooks.ts b/src/store/hooks.ts index 05392bf1..2b0f075c 100644 --- a/src/store/hooks.ts +++ b/src/store/hooks.ts @@ -1,4 +1,4 @@ -import { EmitFunc, FlowHooks, FlowEvents, FlowStore } from '~/types' +import { EmitFunc, FlowHooks, FlowEvents } from '~/types' // flow event hooks export const createHooks = (): FlowHooks => ({ diff --git a/src/types/connection.ts b/src/types/connection.ts index 210cb34c..7a52c9cb 100644 --- a/src/types/connection.ts +++ b/src/types/connection.ts @@ -1,4 +1,3 @@ -import { Position } from './flow' import { HandleType } from './components' export enum ConnectionLineType {