FIX: linting

This commit is contained in:
Daniel Waterworth 2019-12-03 16:07:55 +00:00
parent af5bcb25d5
commit ee2473d7d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { alias, filter, or } from "@ember/object/computed";
import { filter } from "@ember/object/computed";
import Component from "@ember/component";
import { default as discourseComputed } from "discourse-common/utils/decorators";
import deprecated from "discourse-common/lib/deprecated";