DEV: Find/replace deprecated decorators
This commit is contained in:
parent
6102c0054e
commit
11794fd00a
|
@ -1,5 +1,5 @@
|
|||
import { withPluginApi } from "discourse/lib/plugin-api";
|
||||
import { default as computed } from "ember-addons/ember-computed-decorators";
|
||||
import { default as computed } from "discourse-common/utils/decorators";
|
||||
import { iconNode } from "discourse-common/lib/icon-library";
|
||||
import { h } from "virtual-dom";
|
||||
import { iconHTML } from "discourse-common/lib/icon-library";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import computed from "ember-addons/ember-computed-decorators";
|
||||
import computed from "discourse-common/utils/decorators";
|
||||
|
||||
export default Ember.Component.extend({
|
||||
selectedFrequency: null,
|
||||
|
|
Loading…
Reference in New Issue