diff --git a/src/components/VencordSettings/ThemesTab.tsx b/src/components/VencordSettings/ThemesTab.tsx index 6f9d2c561..83fc00761 100644 --- a/src/components/VencordSettings/ThemesTab.tsx +++ b/src/components/VencordSettings/ThemesTab.tsx @@ -25,10 +25,9 @@ import { openPluginModal } from "@components/PluginSettings/PluginModal"; import type { UserThemeHeader } from "@main/themes"; import { openInviteModal } from "@utils/discord"; import { Margins } from "@utils/margins"; -import { classes } from "@utils/misc"; import { showItemInFolder } from "@utils/native"; import { useAwaiter } from "@utils/react"; -import { findByProps, findComponentByFields } from "@webpack"; +import { findComponentByFields } from "@webpack"; import { Card, Forms, React, showToast, TabBar, TextArea, useEffect, useRef, useState } from "@webpack/common"; import type { Ref, SyntheticEvent } from "react"; @@ -46,7 +45,6 @@ type FileInputProps = { }; const FileInput = findComponentByFields("activateUploadDialogue", "setRef"); -const TextAreaProps = findByProps("textarea"); const cl = classNameFactory("vc-settings-theme-"); @@ -305,7 +303,7 @@ function ThemesTab() {