mirror of
https://github.com/status-im/consul.git
synced 2025-02-04 18:03:39 +00:00
7d89e519a2
UI to accompany the new ACLs APIs
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: '',
|
|
});
|