diff --git a/scripts/GUI/entrypoints/inject.js b/scripts/GUI/entrypoints/inject.js deleted file mode 100644 index eb88ccf..0000000 --- a/scripts/GUI/entrypoints/inject.js +++ /dev/null @@ -1,14 +0,0 @@ -export default class injection { - constructor (parent, element, id, classes, options) { - let ELEMENTS = {}; - - ELEMENTS[`parents`] = ((typeof parent) != `object`) ? docuent.querySelectorAll(parent) : [...parent]; - - // must only run if there are elements to inject - if ((ELEMENTS[`parents`]).length > 0) { - - } - }; - - -} \ No newline at end of file