2020-02-12 17:46:29 +00:00
|
|
|
import Component from '@ember/component';
|
2020-04-08 17:09:36 +00:00
|
|
|
import Slotted from 'block-slots';
|
2020-02-12 17:46:29 +00:00
|
|
|
|
2020-04-08 17:09:36 +00:00
|
|
|
export default Component.extend(Slotted, {
|
2020-02-12 17:46:29 +00:00
|
|
|
tagName: '',
|
|
|
|
});
|