From 9807b74f02fe5911175f4f45da2ffef563fde43d Mon Sep 17 00:00:00 2001
From: Max <m.giller@tu-bs.de>
Date: Thu, 28 Apr 2022 19:12:37 +0200
Subject: [PATCH] Removed unused import

---
 src/editor/js/structures/graph/nodetype.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/editor/js/structures/graph/nodetype.ts b/src/editor/js/structures/graph/nodetype.ts
index 2e7d958..818cd49 100644
--- a/src/editor/js/structures/graph/nodetype.ts
+++ b/src/editor/js/structures/graph/nodetype.ts
@@ -1,4 +1,4 @@
-import { GLOBAL_PARAMS, SerializableItem } from "../helper/serializableitem";
+import { GLOBAL_PARAMS } from "../helper/serializableitem";
 import { Graph } from "./graph";
 import { GraphElement } from "./graphelement";
 
-- 
GitLab