From 1c9ed9b6f62964d191c3717e79d30dbb896dbaf3 Mon Sep 17 00:00:00 2001 From: Elvyra <88881326+EepyElvyra@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:15:45 +0100 Subject: [PATCH] lint --- .../PluginSettings/components/SettingListComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PluginSettings/components/SettingListComponent.tsx b/src/components/PluginSettings/components/SettingListComponent.tsx index 26d7af6bd..4abdc1f37 100644 --- a/src/components/PluginSettings/components/SettingListComponent.tsx +++ b/src/components/PluginSettings/components/SettingListComponent.tsx @@ -23,9 +23,9 @@ import { wordsFromCamel, wordsToTitle } from "@utils/text"; import { OptionType, PluginOptionList } from "@utils/types"; import { findComponentByCodeLazy } from "@webpack"; import { Button, ChannelStore, Forms, GuildStore, React, TextInput, useState } from "@webpack/common"; +import { Channel } from "discord-types/general"; import { ISettingElementProps } from "."; -import { Channel } from "discord-types/general"; const UserMentionComponent = findComponentByCodeLazy(".USER_MENTION)");