diff --git a/src/editor/js/structures/graph/nodetype.ts b/src/editor/js/structures/graph/nodetype.ts
index 2e7d958174173d8295586d90382e7e02e0207f0d..818cd49ba32a9b54cb4fa4e5c477f815977be74f 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";