FIX: remove unused import
This commit is contained in:
parent
8792cf51bd
commit
65fbdc3396
|
@ -1,6 +1,5 @@
|
||||||
import { ajax } from "discourse/lib/ajax";
|
import { ajax } from "discourse/lib/ajax";
|
||||||
import showModal from "discourse/lib/show-modal";
|
import showModal from "discourse/lib/show-modal";
|
||||||
import { getOwner } from "discourse-common/lib/get-owner";
|
|
||||||
|
|
||||||
export default Ember.Service.extend({
|
export default Ember.Service.extend({
|
||||||
unassign(topicId) {
|
unassign(topicId) {
|
||||||
|
|
Loading…
Reference in New Issue