mirror of https://github.com/status-im/consul.git
7 lines
140 B
JavaScript
7 lines
140 B
JavaScript
|
import Component from '@ember/component';
|
||
|
|
||
|
export default Component.extend({
|
||
|
classNames: ['action-group'],
|
||
|
onchange: function() {},
|
||
|
});
|