FIX: Remove unused import

This commit is contained in:
Robin Ward
2018-02-01 18:03:08 -05:00
parent ce507b7957
commit d31417d3af
3 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import computed from 'ember-addons/ember-computed-decorators';
import { popupAjaxError } from 'discourse/lib/ajax-error';
import PenaltyController from 'admin/mixins/penalty-controller';
export default Ember.Controller.extend(PenaltyController, {