import element

This commit is contained in:
Mads Rasmussen
2023-05-25 14:10:46 +02:00
parent 5ae69a5a75
commit 8327631bb2
2 changed files with 2 additions and 0 deletions

View File

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

View File

@@ -0,0 +1 @@
export * from './section-sidebar-menu-with-entity-actions.element.js';