UI: Use custom block-slots for changeableset

This commit is contained in:
John Cowen 2019-02-21 16:25:20 +00:00
parent b1d5409d1c
commit bd1fc38371
1 changed files with 1 additions and 1 deletions

View File

@ -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, {