From 840b656d1c8f80a849bbd12f17aaa3266df1ed5c Mon Sep 17 00:00:00 2001 From: sbwalker Date: Mon, 18 Sep 2023 09:47:38 -0400 Subject: [PATCH] remove using statements added by Visual Studio --- Oqtane.Server/Controllers/PageModuleController.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Oqtane.Server/Controllers/PageModuleController.cs b/Oqtane.Server/Controllers/PageModuleController.cs index 637ccb79..3b1db3cf 100644 --- a/Oqtane.Server/Controllers/PageModuleController.cs +++ b/Oqtane.Server/Controllers/PageModuleController.cs @@ -9,8 +9,6 @@ using Oqtane.Infrastructure; using Oqtane.Repository; using Oqtane.Security; using System.Net; -using Microsoft.AspNetCore.Mvc.RazorPages; -using Microsoft.Identity.Client.Extensibility; using System; namespace Oqtane.Controllers