Remove unused import

This commit is contained in:
David Taylor 2018-08-08 10:46:43 +01:00
parent d4d5088324
commit d3a9596d08
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ import { default as computed } from "ember-addons/ember-computed-decorators";
import { default as DiscourseURL, userPath } from "discourse/lib/url";
import { popupAjaxError } from "discourse/lib/ajax-error";
import { findAll } from "discourse/models/login-method";
import { getOwner } from "discourse-common/lib/get-owner";
export default Ember.Controller.extend({
loading: false,