1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Removed unnecessary import

This commit is contained in:
2025-03-26 20:46:51 +04:00
parent e2eb8a0ca7
commit 928fe5ddb0

View File

@@ -3,7 +3,6 @@ import { getComponent } from "$lib/components/base/component-utils";
import { buildTagsAndAliasesMap } from "$lib/booru/tag-utils";
import { on } from "$lib/components/events/comms";
import { eventTagsUpdated } from "$lib/components/events/maintenance-popup-events";
import onMessageExternal = chrome.runtime.onMessageExternal;
export class MediaBoxWrapper extends BaseComponent {
#thumbnailContainer: HTMLElement | null = null;