AB#5820 - Cleanup
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user