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