Bit of cleanup

This commit is contained in:
Stephan
2019-01-18 10:02:47 +01:00
parent a7a3fca8a8
commit 437385fd61
22 changed files with 116 additions and 91 deletions

View File

@@ -1,9 +1,8 @@
using System.Collections.Generic;
using AutoMapper;
using Umbraco.Core.Models.ContentEditing;
using Umbraco.Core.Models.Trees;
using Umbraco.Core.Services;
using Umbraco.Web.Models.ContentEditing;
using Umbraco.Web.Models.Trees;
namespace Umbraco.Web.Models.Mapping
{