Changes namesspace, fixes cdf registrations, fixes bundle registrations, cleanup

This commit is contained in:
Shannon
2020-04-02 21:19:42 +11:00
parent a67bb197b7
commit 95a36b3064
24 changed files with 72 additions and 119 deletions

View File

@@ -6,7 +6,7 @@ using Umbraco.Core.Runtime;
using Umbraco.Core.WebAssets;
using Umbraco.Web.BackOffice.Filters;
using Umbraco.Web.Common.ActionResults;
using Umbraco.Web.JavaScript;
using Umbraco.Web.WebAssets;
namespace Umbraco.Web.BackOffice.Controllers
{