mirror of https://github.com/status-im/consul.git
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
|
import Component from '@ember/component';
|
||
|
|
||
|
export default Component.extend({
|
||
|
classNames: ['healthcheck-output'],
|
||
|
});
|