mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: computed is part of @ember/object not @ember/object/computed
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { default as computed, or, alias } from "@ember/object/computed";
|
||||
import { or, alias } from "@ember/object/computed";
|
||||
import Component from "@ember/component";
|
||||
import discourseComputed from "discourse-common/utils/decorators";
|
||||
import { computed } from "@ember/object";
|
||||
|
||||
export default Component.extend({
|
||||
attributeBindings: [
|
||||
|
||||
Reference in New Issue
Block a user