diff --git a/src/plugins/index.ts b/src/plugins/index.ts index a3d05d2fe..44d8d73d6 100644 --- a/src/plugins/index.ts +++ b/src/plugins/index.ts @@ -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";