Commit bc84ff31 authored by yann300's avatar yann300

remove uneeded dep

parent 99aa7bb8
...@@ -25,7 +25,6 @@ module.exports = class SettingsTab { ...@@ -25,7 +25,6 @@ module.exports = class SettingsTab {
self._deps = { self._deps = {
compiler: self._components.registry.get('compiler').api, compiler: self._components.registry.get('compiler').api,
udapp: self._components.registry.get('udapp').api, udapp: self._components.registry.get('udapp').api,
udappUI: self._components.registry.get('udappUI').api,
config: self._components.registry.get('config').api, config: self._components.registry.get('config').api,
fileManager: self._components.registry.get('filemanager').api, fileManager: self._components.registry.get('filemanager').api,
editorPanel: self._components.registry.get('editorpanel').api, editorPanel: self._components.registry.get('editorpanel').api,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment