From 8bc3de10a2b7566feb0dc3382766fd8518bf9fa2 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Thu, 15 May 2025 22:00:14 +0200 Subject: [PATCH] chore: removes unused import to fix lint errors --- .../packages/user/current-user/current-user-action.extension.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/user/current-user/current-user-action.extension.ts b/src/Umbraco.Web.UI.Client/src/packages/user/current-user/current-user-action.extension.ts index d3f83ac78c..ff46c69a53 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/user/current-user/current-user-action.extension.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/user/current-user/current-user-action.extension.ts @@ -1,7 +1,6 @@ import type { UmbAction } from '@umbraco-cms/backoffice/action'; import type { UmbControllerHostElement } from '@umbraco-cms/backoffice/controller-api'; import type { ManifestElementAndApi, ManifestWithDynamicConditions } from '@umbraco-cms/backoffice/extension-api'; -import type { UUIInterfaceColor, UUIInterfaceLook } from '@umbraco-cms/backoffice/external/uui'; export interface UmbCurrentUserActionArgs { meta: MetaArgsType;