Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayymoss committed Aug 22, 2024
1 parent 1a3076b commit ed74935
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion SharedLibraryCore/Dtos/ClientInfoResult.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Data.Models;

namespace SharedLibraryCore.Dtos;

Expand Down
1 change: 0 additions & 1 deletion WebfrontCore/Controllers/API/ClientController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using System.Security.Claims;
using System.Threading.Tasks;
using Data.Models;
using Humanizer;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.Extensions.Logging;
Expand Down

0 comments on commit ed74935

Please sign in to comment.