Skip to content

Commit 6d78846

Browse files
committed
expose PanelEmpty
1 parent b711885 commit 6d78846

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/components/containers/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import PlotlyFold, {Fold} from './PlotlyFold';
99
import MenuPanel from './MenuPanel';
1010
import PlotlyPanel, {Panel} from './PlotlyPanel';
1111
import PlotlySection, {Section} from './PlotlySection';
12+
import PanelEmpty from './PanelEmpty';
1213
import SubplotAccordion from './SubplotAccordion';
1314
import TraceAccordion from './TraceAccordion';
1415
import TransformAccordion from './TransformAccordion';
@@ -31,6 +32,7 @@ export {
3132
Fold,
3233
PlotlyPanel,
3334
Panel,
35+
PanelEmpty,
3436
PlotlySection,
3537
Section,
3638
SubplotAccordion,

src/components/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)