Make eslint happy.

This commit is contained in:
Guo Xiang Tan 2019-02-21 10:26:56 +08:00
parent 58b0e945bd
commit d3cd314a98
1 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
import {
default as computed,
observes
} from "ember-addons/ember-computed-decorators";
import computed from "ember-addons/ember-computed-decorators";
import UploadMixin from "discourse/mixins/upload";
import lightbox from "discourse/lib/lightbox";
import { ajax } from "discourse/lib/ajax";