From b9a417a6296f09b6ad7005b68705b65243d8a5fa Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 13 Dec 2021 15:04:30 +0100 Subject: [PATCH] chore: remove unused imports Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com> --- src/store/hooks.ts | 2 +- src/types/connection.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 {