From 8bd4d80ea1f37b38b6ce4831ada6938216b6c354 Mon Sep 17 00:00:00 2001 From: Galip Tolga Erdem Date: Tue, 23 Jun 2020 19:29:48 +0300 Subject: [PATCH] Update LoggedOut.cshtml.cs removed unused usings --- .../Volo.Abp.Account.Web/Pages/Account/LoggedOut.cshtml.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/LoggedOut.cshtml.cs b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/LoggedOut.cshtml.cs index 26ff28affc..6023732975 100644 --- a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/LoggedOut.cshtml.cs +++ b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/LoggedOut.cshtml.cs @@ -1,7 +1,5 @@ -using System; -using System.Threading.Tasks; +using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.Logging; namespace Volo.Abp.Account.Web.Pages.Account {