mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 11:48:08 +08:00
FIX: computed is part of @ember/object
not @ember/object/computed
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { isEmpty } from "@ember/utils";
|
||||
import { default as computed, gt, equal, or } from "@ember/object/computed";
|
||||
import EmberObject from "@ember/object";
|
||||
import { gt, equal, or } from "@ember/object/computed";
|
||||
import EmberObject, { computed } from "@ember/object";
|
||||
import { ajax } from "discourse/lib/ajax";
|
||||
import { url } from "discourse/lib/computed";
|
||||
import RestModel from "discourse/models/rest";
|
||||
|
Reference in New Issue
Block a user