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: '',
|
||
|
});
|