Removed useless using

This commit is contained in:
Dominic Villemure
2024-03-18 21:25:28 -04:00
parent b7ec5a69a9
commit cc26d104d1

View File

@@ -2,7 +2,6 @@
using Hutopy.Application.Common.Interfaces;
using Hutopy.Domain.Entities;
using Hutopy.Infrastructure.Identity;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;