mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 22:51:24 +08:00
FIX: computed is part of @ember/object
not @ember/object/computed
This commit is contained in:
@ -4,7 +4,7 @@ import {
|
||||
default as discourseComputed,
|
||||
observes
|
||||
} from "discourse-common/utils/decorators";
|
||||
import computed from "@ember/object/computed";
|
||||
import { computed } from "@ember/object";
|
||||
import FocusEvent from "discourse-common/mixins/focus-event";
|
||||
import EmberObject from "@ember/object";
|
||||
import deprecated from "discourse-common/lib/deprecated";
|
||||
|
Reference in New Issue
Block a user