Align namespaces in WebAssets to Umbraco.Cms.Infrastructure

This commit is contained in:
Mole
2021-02-15 13:07:12 +01:00
parent f0362d4790
commit 7f58b3479b
20 changed files with 26 additions and 26 deletions

View File

@@ -6,8 +6,9 @@ using System.Threading.Tasks;
using Moq;
using NUnit.Framework;
using Umbraco.Cms.Core.Events;
using Umbraco.Cms.Core.WebAssets;
using Umbraco.Cms.Infrastructure.WebAssets;
using Umbraco.Extensions;
using Umbraco.Web.WebAssets;
namespace Umbraco.Cms.Tests.UnitTests.Umbraco.Web.Common.AngularIntegration
{