mirror of https://github.com/hashicorp/consul
7 lines
163 B
JavaScript
7 lines
163 B
JavaScript
|
import Component from '@ember/component';
|
||
|
import Slotted from 'block-slots';
|
||
|
|
||
|
export default Component.extend(Slotted, {
|
||
|
classNames: ['healthcheck-output'],
|
||
|
});
|