DEV: import ember controller

This commit is contained in:
Jeff Wong 2020-04-20 17:50:33 -07:00
parent 1b89def89e
commit 57c5bfa6a2
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@ import {
on on
} from "discourse-common/utils/decorators"; } from "discourse-common/utils/decorators";
import { popupAjaxError } from "discourse/lib/ajax-error"; import { popupAjaxError } from "discourse/lib/ajax-error";
import Controller from "@ember/controller";
export default Ember.Controller.extend({ export default Controller.extend({
newNote: null, newNote: null,
saving: false, saving: false,
user: null, user: null,