fix the build

This commit is contained in:
Arpit Jalan 2020-05-27 22:06:45 +05:30
parent 8d2908dd9e
commit 68fdfd76f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { alias, match, gt, or } from "@ember/object/computed";
import { alias, match, gt } from "@ember/object/computed";
import Component from "@ember/component";
import { setting } from "discourse/lib/computed";
import discourseComputed from "discourse-common/utils/decorators";