From 3e42948cac4f68b72d08a15c0ca40f8e952c2632 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sat, 11 Dec 2021 13:01:04 +0100 Subject: [PATCH] chore: remove unused imports Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com> --- src/container/SelectionPane/SelectionPane.vue | 12 +- src/store/actions.ts | 18 ++- src/store/getters.ts | 20 +--- src/types/node.ts | 2 +- src/types/store.ts | 7 +- src/utils/edge.ts | 19 +--- src/utils/graph.ts | 103 ++---------------- 7 files changed, 35 insertions(+), 146 deletions(-) diff --git a/src/container/SelectionPane/SelectionPane.vue b/src/container/SelectionPane/SelectionPane.vue index 191dc6d3..f5c2e62b 100644 --- a/src/container/SelectionPane/SelectionPane.vue +++ b/src/container/SelectionPane/SelectionPane.vue @@ -1,11 +1,12 @@