Delete Root.cshtml

This commit is contained in:
Nikolaj Geisle
2021-10-01 14:23:30 +02:00
parent 5d47ce7daf
commit 6b5d5b4e4c

View File

@@ -1,6 +0,0 @@
@using Umbraco.Cms.Web.Common.PublishedModels;
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<ContentModels.Root>
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels;
@{
Layout = null;
}