From 3ee9fb0ef1aed38c88ae259c183fd00012cc5f68 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Mon, 27 Feb 2023 16:03:00 +0100 Subject: [PATCH] move to components --- .../shared/collection/collection-selection-actions.element.ts | 2 +- .../entity-bulk-action/entity-bulk-action.element.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/Umbraco.Web.UI.Client/src/backoffice/shared/{ => components}/entity-bulk-action/entity-bulk-action.element.ts (100%) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/collection/collection-selection-actions.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/collection/collection-selection-actions.element.ts index dd7d75eba1..099877a7b1 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/collection/collection-selection-actions.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/collection/collection-selection-actions.element.ts @@ -8,7 +8,7 @@ import { UmbLitElement } from '@umbraco-cms/element'; import { umbExtensionsRegistry } from '@umbraco-cms/extensions-api'; import { UmbExecutedEvent } from '@umbraco-cms/events'; -import '../entity-bulk-actions/entity-bulk-action.element'; +import '../components/entity-bulk-action/entity-bulk-action.element'; @customElement('umb-collection-selection-actions') export class UmbCollectionSelectionActionsElement extends UmbLitElement { diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/entity-bulk-action/entity-bulk-action.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/entity-bulk-action/entity-bulk-action.element.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/backoffice/shared/entity-bulk-action/entity-bulk-action.element.ts rename to src/Umbraco.Web.UI.Client/src/backoffice/shared/components/entity-bulk-action/entity-bulk-action.element.ts