Remove Unused Import

This commit is contained in:
thororen1234 2025-01-04 17:57:54 -05:00
parent f8879cc801
commit 51e95fff40

View file

@ -9,7 +9,7 @@ import { definePluginSettings } from "@api/Settings";
import { EquicordDevs } from "@utils/constants"; import { EquicordDevs } from "@utils/constants";
import definePlugin, { OptionType, StartAt } from "@utils/types"; import definePlugin, { OptionType, StartAt } from "@utils/types";
import { React, useMemo, useState } from "@webpack/common"; import { React, useMemo, useState } from "@webpack/common";
import type { Fragment, MouseEventHandler, ReactNode } from "react"; import type { MouseEventHandler, ReactNode } from "react";
let hidechatbuttonsopen: boolean | undefined; let hidechatbuttonsopen: boolean | undefined;