diff --git a/src/Umbraco.Web.BackOffice/Smidge/SmidgeComponent.cs b/src/Umbraco.Web.BackOffice/Smidge/SmidgeComponent.cs deleted file mode 100644 index 6671473fbb..0000000000 --- a/src/Umbraco.Web.BackOffice/Smidge/SmidgeComponent.cs +++ /dev/null @@ -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() - { - - } - } -} diff --git a/src/Umbraco.Web.BackOffice/Smidge/SmidgeComposer.cs b/src/Umbraco.Web.BackOffice/Smidge/SmidgeComposer.cs index 5fa954a6d2..c5ebe12d67 100644 --- a/src/Umbraco.Web.BackOffice/Smidge/SmidgeComposer.cs +++ b/src/Umbraco.Web.BackOffice/Smidge/SmidgeComposer.cs @@ -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;