aboutsummaryrefslogtreecommitdiff
path: root/src/components/underlay.style.js
blob: be1ecc56baecf507bb35f1a0522d3d7012992174 (plain)
1
2
3
4
5
6
7
export default {
  name: 'Underlay',
  selector: '#app',
  validInnerComponents: [
    'Panel'
  ]
}