File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import PlotlyFold, {Fold} from './PlotlyFold';
99import MenuPanel from './MenuPanel' ;
1010import PlotlyPanel , { Panel } from './PlotlyPanel' ;
1111import PlotlySection , { Section } from './PlotlySection' ;
12+ import PanelEmpty from './PanelEmpty' ;
1213import SubplotAccordion from './SubplotAccordion' ;
1314import TraceAccordion from './TraceAccordion' ;
1415import TransformAccordion from './TransformAccordion' ;
@@ -31,6 +32,7 @@ export {
3132 Fold ,
3233 PlotlyPanel ,
3334 Panel ,
35+ PanelEmpty ,
3436 PlotlySection ,
3537 Section ,
3638 SubplotAccordion ,
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ import {
7373 LayoutSection ,
7474 Panel ,
7575 PlotlyPanel ,
76+ PanelEmpty ,
7677 PlotlySection ,
7778 Section ,
7879 SubplotAccordion ,
@@ -140,6 +141,7 @@ export {
140141 Text ,
141142 PlotlyPanel ,
142143 Panel ,
144+ PanelEmpty ,
143145 PanelMenuWrapper ,
144146 Radio ,
145147 PlotlySection ,
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ import {
6363 Text ,
6464 PlotlyPanel ,
6565 Panel ,
66+ PanelEmpty ,
6667 PanelMenuWrapper ,
6768 Radio ,
6869 PlotlySection ,
@@ -136,6 +137,7 @@ export {
136137 Text ,
137138 PlotlyPanel ,
138139 Panel ,
140+ PanelEmpty ,
139141 PanelMenuWrapper ,
140142 Radio ,
141143 PlotlySection ,
You can’t perform that action at this time.
0 commit comments