This commit is contained in:
Elvyra 2025-02-09 13:19:33 +01:00 committed by GitHub
parent 78d47a168c
commit 874422557c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,10 +35,8 @@ import { addMessagePopoverButton, removeMessagePopoverButton } from "@api/Messag
import { Settings, SettingsStore } from "@api/Settings";
import { disableStyle, enableStyle } from "@api/Styles";
import { Logger } from "@utils/Logger";
import { canonicalizeFind, canonicalizeReplacement } from "@utils/patches";
import { OptionType, Patch, Plugin, PluginDef, ReporterTestable, StartAt } from "@utils/types";
import { FluxDispatcher } from "@webpack/common";
import { FluxEvents } from "@webpack/types";