From afd599656500ca7abb9632cbfb71e359e1edc8b2 Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Sun, 7 Jan 2024 15:12:27 -0600 Subject: [PATCH] Remove reference to deprecated namespace --- LANCommander/Areas/Identity/Pages/Account/Register.cshtml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/LANCommander/Areas/Identity/Pages/Account/Register.cshtml.cs b/LANCommander/Areas/Identity/Pages/Account/Register.cshtml.cs index 9b3568f8..9543aaf0 100644 --- a/LANCommander/Areas/Identity/Pages/Account/Register.cshtml.cs +++ b/LANCommander/Areas/Identity/Pages/Account/Register.cshtml.cs @@ -20,7 +20,6 @@ using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.AspNetCore.WebUtilities; using Microsoft.Extensions.Logging; using LANCommander.Services; -using LANCommander.Components; namespace LANCommander.Areas.Identity.Pages.Account {