refactor: remove BreadcrumbModule export from public API

- Deleted the export statement for BreadcrumbModule in public-api.ts to reflect its removal from the codebase, enhancing clarity and maintainability.
This commit is contained in:
Denys Vuika
2026-02-26 09:59:15 +00:00
parent 9f3bd8ff53
commit 94fc14b40a
@@ -17,5 +17,3 @@
export * from './breadcrumb.component';
export * from './dropdown-breadcrumb.component';
export * from './breadcrumb.module';