Skip to content

Commit

Permalink
๐Ÿ™…๐Ÿšฎโก Removeopenmct.components โก๐Ÿšฎ๐Ÿ™… (#7075)
Browse files Browse the repository at this point in the history
๐Ÿ™…๐Ÿšฎโก`openmct.components`โก๐Ÿšฎ๐Ÿ™…

Co-authored-by: Andrew Henry <akhenry@gmail.com>
  • Loading branch information
ozyx and akhenry committed Sep 21, 2023
1 parent 482f1f6 commit ff2c8b3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 81 deletions.
3 changes: 0 additions & 3 deletions src/MCT.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ define([
'./plugins/duplicate/plugin',
'./plugins/importFromJSONAction/plugin',
'./plugins/exportAsJSONAction/plugin',
'./ui/components/components',
'vue'
], function (
EventEmitter,
Expand All @@ -68,7 +67,6 @@ define([
DuplicateActionPlugin,
ImportFromJSONAction,
ExportAsJSONAction,
components,
Vue
) {
/**
Expand Down Expand Up @@ -430,7 +428,6 @@ define([
};

MCT.prototype.plugins = plugins;
MCT.prototype.components = components.default;

return MCT;
});
33 changes: 0 additions & 33 deletions src/ui/components/components.js

This file was deleted.

45 changes: 0 additions & 45 deletions src/ui/components/componentsSpec.js

This file was deleted.

0 comments on commit ff2c8b3

Please sign in to comment.