DEV: Remove unused import

This commit is contained in:
Keegan George 2023-05-01 09:46:13 -07:00
parent 9b4fc3275f
commit ef286b8d7f
No known key found for this signature in database
GPG Key ID: 91B40E38537AC000
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import discourseComputed from "discourse-common/utils/decorators";
import { iconHTML, iconNode } from "discourse-common/lib/icon-library";
import { escapeExpression } from "discourse/lib/utilities";
import { h } from "virtual-dom";
import { queryRegistry } from "discourse/widgets/widget";
import { getOwner } from "discourse-common/lib/get-owner";
import { htmlSafe } from "@ember/template";
import getURL from "discourse-common/lib/get-url";