mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
Remove unnecessary imports
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using Data.Models;
|
|
||||||
|
|
||||||
namespace SharedLibraryCore.Dtos;
|
namespace SharedLibraryCore.Dtos;
|
||||||
|
|
||||||
|
@ -9,7 +9,6 @@ using System.Linq;
|
|||||||
using System.Security.Claims;
|
using System.Security.Claims;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Data.Models;
|
using Data.Models;
|
||||||
using Humanizer;
|
|
||||||
using Microsoft.AspNetCore.Authentication;
|
using Microsoft.AspNetCore.Authentication;
|
||||||
using Microsoft.AspNetCore.Authentication.Cookies;
|
using Microsoft.AspNetCore.Authentication.Cookies;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
|
Reference in New Issue
Block a user