1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 09:56:24 +00:00
This commit is contained in:
Elvyra 2025-01-03 16:15:45 +01:00
parent 740780f2ae
commit 1c9ed9b6f6

View file

@ -23,9 +23,9 @@ import { wordsFromCamel, wordsToTitle } from "@utils/text";
import { OptionType, PluginOptionList } from "@utils/types"; import { OptionType, PluginOptionList } from "@utils/types";
import { findComponentByCodeLazy } from "@webpack"; import { findComponentByCodeLazy } from "@webpack";
import { Button, ChannelStore, Forms, GuildStore, React, TextInput, useState } from "@webpack/common"; import { Button, ChannelStore, Forms, GuildStore, React, TextInput, useState } from "@webpack/common";
import { Channel } from "discord-types/general";
import { ISettingElementProps } from "."; import { ISettingElementProps } from ".";
import { Channel } from "discord-types/general";
const UserMentionComponent = findComponentByCodeLazy(".USER_MENTION)"); const UserMentionComponent = findComponentByCodeLazy(".USER_MENTION)");