From dce6dbdd7a86b24c45f86c82ceb63cccdc73f7bf Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Sat, 18 Apr 2026 19:27:19 -0500 Subject: [PATCH] Chore: Cleanup unused import. --- frontend/src/components/cards/AvailablePluginCard.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/cards/AvailablePluginCard.jsx b/frontend/src/components/cards/AvailablePluginCard.jsx index 8e94b2fb..7e594428 100644 --- a/frontend/src/components/cards/AvailablePluginCard.jsx +++ b/frontend/src/components/cards/AvailablePluginCard.jsx @@ -27,7 +27,6 @@ import { ShieldCheck, Trash2, } from 'lucide-react'; -import { DiscordIcon } from '../PluginDetailPanel.jsx'; import { PluginDowngradeWarning, PluginInfoNote,