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';