From 2721cd3d4735b49034fed796b4c591efbabe703c Mon Sep 17 00:00:00 2001 From: byeoon <47872200+byeoon@users.noreply.github.com> Date: Mon, 10 Jun 2024 09:49:48 -0400 Subject: [PATCH] fix lint breaking --- 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 e7bfb8e3b..558034b26 100644 --- a/src/plugins/webhookManager.desktop/index.tsx +++ b/src/plugins/webhookManager.desktop/index.tsx @@ -5,7 +5,7 @@ */ import { ApplicationCommandInputType, ApplicationCommandOptionType, findOption, sendBotMessage } from "@api/Commands"; -import { ModalContent, ModalHeader, ModalRoot, openModalLazy } from "@utils/modal"; +import { ModalRoot, ModalSize } from "@utils/modal"; import { Devs } from "@utils/constants"; import definePlugin, { PluginNative } from "@utils/types";