mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 07:14:37 +00:00
7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
|
import Component from '@ember/component';
|
||
|
import SlotsMixin from 'ember-block-slots';
|
||
|
|
||
|
export default Component.extend(SlotsMixin, {
|
||
|
tagName: '',
|
||
|
});
|