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
} from "discourse-common/utils/decorators";
import { popupAjaxError } from "discourse/lib/ajax-error";
import Controller from "@ember/controller";
export default Ember.Controller.extend({
export default Controller.extend({
newNote: null,
saving: false,
user: null,