AB#5820 - Cleanup

This commit is contained in:
Bjarke Berg
2020-03-31 14:53:20 +02:00
parent 2e6b5004f7
commit ab57b633e0
2 changed files with 1 additions and 23 deletions

View File

@@ -1,19 +0,0 @@
using System;
using Umbraco.Core.Composing;
namespace Umbraco.Web.BackOffice.Smidge
{
[ComposeAfter(typeof(IComponent))]
public sealed class SmidgeComponent : IComponent
{
public void Initialize()
{
}
public void Terminate()
{
}
}
}

View File

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using Umbraco.Core;
using Umbraco.Core;
using Umbraco.Core.Composing;
using Umbraco.Core.Runtime;