From 588a40c43f9c37e4026c658fe2aa46633d5791a4 Mon Sep 17 00:00:00 2001 From: byeoon <47872200+byeoon@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:53:58 -0400 Subject: [PATCH] fuck lint. --- src/plugins/webhookManager.desktop/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webhookManager.desktop/index.tsx b/src/plugins/webhookManager.desktop/index.tsx index 4640a320d..487032f46 100644 --- a/src/plugins/webhookManager.desktop/index.tsx +++ b/src/plugins/webhookManager.desktop/index.tsx @@ -6,8 +6,8 @@ import { ApplicationCommandInputType, ApplicationCommandOptionType, findOption, sendBotMessage } from "@api/Commands"; import { Devs } from "@utils/constants"; -import definePlugin, { PluginNative } from "@utils/types"; import { ModalContent, ModalProps, ModalRoot, ModalSize } from "@utils/modal"; +import definePlugin, { PluginNative } from "@utils/types"; const Native = VencordNative.pluginHelpers.WebhookManager as PluginNative;