1
0
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2024-09-16 15:02:53 -04:00

chore: remove unused using

This commit is contained in:
CyberL1 2024-05-19 15:41:39 +02:00
parent 58d5674ec7
commit f3a8728706

View File

@ -1,7 +1,6 @@
using Microsoft.AspNetCore.Mvc;
using MyMcRealms.Attributes;
using MyMcRealms.Responses;
using Newtonsoft.Json;
namespace MyMcRealms.Controllers
{