From 57100dac979462d4812649142baddcc1bf78b7f0 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Wed, 9 Apr 2025 23:29:26 -0400 Subject: [PATCH] Fix Updates --- src/utils/discord.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/discord.tsx b/src/utils/discord.tsx index fff6d9fc..ba60d98a 100644 --- a/src/utils/discord.tsx +++ b/src/utils/discord.tsx @@ -16,8 +16,6 @@ * along with this program. If not, see . */ -import "./discord.css"; - import { MessageObject } from "@api/MessageEvents"; import { ChannelStore, ComponentDispatch, Constants, FluxDispatcher, GuildStore, i18n, IconUtils, InviteActions, MessageActions, PrivateChannelsStore, RestAPI, SelectedChannelStore, SelectedGuildStore, UserProfileActions, UserProfileStore, UserSettingsActionCreators, UserUtils } from "@webpack/common"; import { Channel, Guild, Message, User } from "discord-types/general";