mirror of
https://github.com/status-im/consul.git
synced 2025-02-21 01:48:20 +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: '',
|
|
});
|