FIX: computed is part of @ember/object not @ember/object/computed

This commit is contained in:
Robin Ward
2019-11-13 11:57:42 -05:00
parent e98d94f17f
commit f518065654
15 changed files with 22 additions and 39 deletions

View File

@ -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";