From f82a2fa1ed5550da79536a16ed8c3cf80fbb2a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Tue, 14 Nov 2023 15:32:58 +0100 Subject: [PATCH] remove import --- .../shared/property-action-menu/property-action-menu.element.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-action/shared/property-action-menu/property-action-menu.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-action/shared/property-action-menu/property-action-menu.element.ts index 16070cb436..940d0b8b32 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-action/shared/property-action-menu/property-action-menu.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-action/shared/property-action-menu/property-action-menu.element.ts @@ -5,8 +5,6 @@ import { ManifestPropertyAction, ManifestTypes, umbExtensionsRegistry } from '@u import { UmbExtensionElementInitializer, UmbExtensionsElementInitializer } from '@umbraco-cms/backoffice/extension-api'; import { UmbLitElement } from '@umbraco-cms/internal/lit-element'; -import '../property-action/property-action.element.js'; - @customElement('umb-property-action-menu') export class UmbPropertyActionMenuElement extends UmbLitElement {