From 8327631bb2625c84bac7cea17c21d4e299e49f44 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Thu, 25 May 2023 14:10:46 +0200 Subject: [PATCH] import element --- src/Umbraco.Web.UI.Client/src/packages/core/section/index.ts | 1 + .../section/section-sidebar-menu-with-entity-actions/index.ts | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/Umbraco.Web.UI.Client/src/packages/core/section/section-sidebar-menu-with-entity-actions/index.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/section/index.ts b/src/Umbraco.Web.UI.Client/src/packages/core/section/index.ts index 53b833338a..0f21409ca3 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/section/index.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/section/index.ts @@ -2,6 +2,7 @@ export * from './section-main/index.js'; export * from './section-sidebar/index.js'; export * from './section-sidebar-context-menu/index.js'; export * from './section-sidebar-menu/index.js'; +export * from './section-sidebar-menu-with-entity-actions/index.js'; export * from './section-views/index.js'; export * from './section-default.element.js'; export * from './section.context.js'; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/section/section-sidebar-menu-with-entity-actions/index.ts b/src/Umbraco.Web.UI.Client/src/packages/core/section/section-sidebar-menu-with-entity-actions/index.ts new file mode 100644 index 0000000000..7b46bb9e99 --- /dev/null +++ b/src/Umbraco.Web.UI.Client/src/packages/core/section/section-sidebar-menu-with-entity-actions/index.ts @@ -0,0 +1 @@ +export * from './section-sidebar-menu-with-entity-actions.element.js';