Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tsay <david.e.tsay@nasa.gov>2022-06-04 06:39:36 +0300
committerDavid Tsay <david.e.tsay@nasa.gov>2022-06-04 06:39:36 +0300
commit2f292c83f202d1e96c4ce953a1605b9b9d5b15b2 (patch)
tree35ce70c751dc65ff5c8148d3c7eb9a6dd77ded2c
parent4a2a630b01678630eed25b8df2295928032b7678 (diff)
rename for consistencyindependent-time-no-do
-rw-r--r--src/ui/components/components.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/components/components.js b/src/ui/components/components.js
index 3e2790e1f..3a45f1bc7 100644
--- a/src/ui/components/components.js
+++ b/src/ui/components/components.js
@@ -21,9 +21,9 @@
*****************************************************************************/
import ObjectView from './ObjectView.vue';
-import StackedPlotView from '../../plugins/plot/stackedPlot/StackedPlot.vue';
+import StackedPlot from '../../plugins/plot/stackedPlot/StackedPlot.vue';
export default {
ObjectView,
- StackedPlotView
+ StackedPlot
};