mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 05:13:29 -05:00
Remove Unused Import
This commit is contained in:
parent
f8879cc801
commit
51e95fff40
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import { definePluginSettings } from "@api/Settings";
|
|||
import { EquicordDevs } from "@utils/constants";
|
||||
import definePlugin, { OptionType, StartAt } from "@utils/types";
|
||||
import { React, useMemo, useState } from "@webpack/common";
|
||||
import type { Fragment, MouseEventHandler, ReactNode } from "react";
|
||||
import type { MouseEventHandler, ReactNode } from "react";
|
||||
|
||||
let hidechatbuttonsopen: boolean | undefined;
|
||||
|
||||
|
|
Loading…
Reference in a new issue