UI: Use custom block-slots for changeableset
This commit is contained in:
parent
b1d5409d1c
commit
bd1fc38371
|
@ -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