From d25debcea3ab702087d54fa66a860f7a73ab994f Mon Sep 17 00:00:00 2001 From: Cody Date: Wed, 19 Apr 2023 10:11:16 -0700 Subject: [PATCH] cleanup using --- Oqtane.Server/Pages/Sitemap.cshtml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Oqtane.Server/Pages/Sitemap.cshtml.cs b/Oqtane.Server/Pages/Sitemap.cshtml.cs index dc8f0935..5fa12c72 100644 --- a/Oqtane.Server/Pages/Sitemap.cshtml.cs +++ b/Oqtane.Server/Pages/Sitemap.cshtml.cs @@ -6,7 +6,6 @@ using System.Xml; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; -using Microsoft.Extensions.Caching.Memory; using Microsoft.Extensions.DependencyInjection; using Oqtane.Enums; using Oqtane.Infrastructure;