mirror of https://github.com/status-im/consul.git
7 lines
140 B
JavaScript
7 lines
140 B
JavaScript
|
import Component from '@ember/component';
|
||
|
import Slotted from 'block-slots';
|
||
|
|
||
|
export default Component.extend(Slotted, {
|
||
|
tagName: '',
|
||
|
});
|