diff options
Diffstat (limited to 'src/components/underlay.style.js')
| -rw-r--r-- | src/components/underlay.style.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/underlay.style.js b/src/components/underlay.style.js new file mode 100644 index 00000000..bae9fc0b --- /dev/null +++ b/src/components/underlay.style.js @@ -0,0 +1,6 @@ +export default { + name: 'Panel', + validInnerComponents: [ + 'Panel' + ] +} |
