From 6b5d5b4e4cd3e9a8787592da81a88010f7442446 Mon Sep 17 00:00:00 2001 From: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com> Date: Fri, 1 Oct 2021 14:23:30 +0200 Subject: [PATCH] Delete Root.cshtml --- src/Umbraco.Web.UI/Views/Root.cshtml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/Umbraco.Web.UI/Views/Root.cshtml diff --git a/src/Umbraco.Web.UI/Views/Root.cshtml b/src/Umbraco.Web.UI/Views/Root.cshtml deleted file mode 100644 index 8f58bbf222..0000000000 --- a/src/Umbraco.Web.UI/Views/Root.cshtml +++ /dev/null @@ -1,6 +0,0 @@ -@using Umbraco.Cms.Web.Common.PublishedModels; -@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage -@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels; -@{ - Layout = null; -} \ No newline at end of file