mirror of https://github.com/hashicorp/consul
UI: Use custom block-slots for changeableset
parent
8f35715e47
commit
18b0de2785
|
@ -1,6 +1,6 @@
|
|||
import Component from '@ember/component';
|
||||
import { get, set } from '@ember/object';
|
||||
import SlotsMixin from 'ember-block-slots';
|
||||
import SlotsMixin from 'block-slots';
|
||||
import WithListeners from 'consul-ui/mixins/with-listeners';
|
||||
|
||||
export default Component.extend(WithListeners, SlotsMixin, {
|
||||
|
|
Loading…
Reference in New Issue