mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
002797af82
* ui: Remove WithSearching mixin, use composable helpers instead
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: '',
|
|
});
|