DEV: Unused import

This commit is contained in:
Jarek Radosz 2023-01-16 10:00:14 +01:00
parent e34ab9e6bf
commit ba418ede2f
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
import Component from "@ember/component";
import { computed } from "@ember/object";
import { inject as service } from "@ember/service";
import { getURLWithCDN } from "discourse-common/lib/get-url";
export default Component.extend({
router: service(),