mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 06:44:41 +00:00
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'],
|
|
});
|