diff --git a/application/source/dom/customelement.mjs b/application/source/dom/customelement.mjs
index e9049bcf4b2fe8093e8c8a5b79b4d0664447670d..54cbd001d079b13668b5a268827f9c1af302b6fa 100644
--- a/application/source/dom/customelement.mjs
+++ b/application/source/dom/customelement.mjs
@@ -16,7 +16,7 @@ import {Observer} from "../types/observer.mjs";
 import {ProxyObserver} from "../types/proxyobserver.mjs";
 import {validateFunction, validateInstance, validateObject, validateString} from "../types/validate.mjs";
 import {clone} from "../util/clone.mjs";
-import {addAttributeToken, addToObjectLink, getLinkedObjects, hasObjectLink} from "./attributes.mjs";
+import {addAttributeToken, getLinkedObjects, hasObjectLink} from "./attributes.mjs";
 import {
     ATTRIBUTE_DISABLED,
     ATTRIBUTE_ERRORMESSAGE,