mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 16:36:13 +00:00
Expose Stacked Plot view (#5290)
This commit is contained in:
parent
162cc6bc77
commit
584d11a2ef
@ -21,7 +21,9 @@
|
||||
*****************************************************************************/
|
||||
|
||||
import ObjectView from './ObjectView.vue';
|
||||
import StackedPlot from '../../plugins/plot/stackedPlot/StackedPlot.vue';
|
||||
|
||||
export default {
|
||||
ObjectView
|
||||
ObjectView,
|
||||
StackedPlot
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user