remove import that is also made dynamically

This commit is contained in:
Jacob Overgaard
2023-11-03 10:52:13 +01:00
parent 18af6fb55f
commit 0bf9c0faef

View File

@@ -3,6 +3,5 @@ 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-main-views/index.js';
export * from './section-default.element.js';
export * from './section.context.js';