Removed unused usings from PluginsController and Program in the WebUI

This commit is contained in:
2025-04-08 12:05:40 +03:00
parent 2e6b6b9a61
commit f19aafcec6
2 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
using DiscordBotCore.PluginManagement;
using DiscordBotCore.PluginManagement.Models;
using Microsoft.AspNetCore.Mvc;
using WebUI.Models;
using ILogger = DiscordBotCore.Logging.ILogger;