From 1fbbf89431708ea873a36b7d8fb38f5cdf44c2a7 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Thu, 7 Jan 2021 08:28:04 +0100 Subject: [PATCH] Remove unused namespace --- src/dashboard/Elsa.Dashboard/Conventions/ElsaConvention.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dashboard/Elsa.Dashboard/Conventions/ElsaConvention.cs b/src/dashboard/Elsa.Dashboard/Conventions/ElsaConvention.cs index 343ff3c24..971aeda75 100644 --- a/src/dashboard/Elsa.Dashboard/Conventions/ElsaConvention.cs +++ b/src/dashboard/Elsa.Dashboard/Conventions/ElsaConvention.cs @@ -1,4 +1,3 @@ -using System.Runtime.InteropServices.ComTypes; using Microsoft.AspNetCore.Mvc.ApplicationModels; namespace Elsa.Dashboard.Conventions