From 2dd1d7e9269e2eca7daf40e4db527532fa15f3e1 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Fri, 21 Mar 2025 10:10:19 -0400 Subject: [PATCH] remove unnecessary using statements --- Oqtane.Server/Infrastructure/SiteTemplates/AdminSiteTemplate.cs | 1 - .../Infrastructure/SiteTemplates/DefaultSiteTemplate.cs | 1 - Oqtane.Server/Infrastructure/SiteTemplates/EmptySiteTemplate.cs | 1 - 3 files changed, 3 deletions(-) diff --git a/Oqtane.Server/Infrastructure/SiteTemplates/AdminSiteTemplate.cs b/Oqtane.Server/Infrastructure/SiteTemplates/AdminSiteTemplate.cs index 1fca2267..ddd1e784 100644 --- a/Oqtane.Server/Infrastructure/SiteTemplates/AdminSiteTemplate.cs +++ b/Oqtane.Server/Infrastructure/SiteTemplates/AdminSiteTemplate.cs @@ -1,7 +1,6 @@ using System.Collections.Generic; using Microsoft.Extensions.Localization; using Oqtane.Documentation; -using Oqtane.Infrastructure; using Oqtane.Models; using Oqtane.Shared; diff --git a/Oqtane.Server/Infrastructure/SiteTemplates/DefaultSiteTemplate.cs b/Oqtane.Server/Infrastructure/SiteTemplates/DefaultSiteTemplate.cs index 00498def..9521469c 100644 --- a/Oqtane.Server/Infrastructure/SiteTemplates/DefaultSiteTemplate.cs +++ b/Oqtane.Server/Infrastructure/SiteTemplates/DefaultSiteTemplate.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.IO; using Microsoft.AspNetCore.Hosting; using Oqtane.Documentation; -using Oqtane.Infrastructure; using Oqtane.Models; using Oqtane.Repository; using Oqtane.Shared; diff --git a/Oqtane.Server/Infrastructure/SiteTemplates/EmptySiteTemplate.cs b/Oqtane.Server/Infrastructure/SiteTemplates/EmptySiteTemplate.cs index 7cc0eb07..f35f1ab2 100644 --- a/Oqtane.Server/Infrastructure/SiteTemplates/EmptySiteTemplate.cs +++ b/Oqtane.Server/Infrastructure/SiteTemplates/EmptySiteTemplate.cs @@ -1,6 +1,5 @@ using System.Collections.Generic; using Oqtane.Documentation; -using Oqtane.Infrastructure; using Oqtane.Models; using Oqtane.Shared;