From 8b8da5002bcb8af5a59bcdd9d05f4c58264b1ec4 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Tue, 17 Aug 2021 13:05:43 +0100 Subject: [PATCH] Update src/Umbraco.Web.UI.NetCore/Startup.cs Co-authored-by: Bjarke Berg --- src/Umbraco.Web.UI.NetCore/Startup.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.NetCore/Startup.cs b/src/Umbraco.Web.UI.NetCore/Startup.cs index 6f92e6118f..73eeef864f 100644 --- a/src/Umbraco.Web.UI.NetCore/Startup.cs +++ b/src/Umbraco.Web.UI.NetCore/Startup.cs @@ -6,7 +6,6 @@ using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Umbraco.Cms.Core.DependencyInjection; using Umbraco.Extensions; -using Smidge; namespace Umbraco.Cms.Web.UI.NetCore {