feat(Breadcrumb): create new entity that contains logic related to breadcrumb-like navigation

This commit is contained in:
Ilia Mashkov
2026-02-02 11:59:57 +03:00
parent 70f57283a8
commit a9c63f2544
5 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export { scrollBreadcrumbsStore } from './model';
export { BreadcrumbHeader } from './ui';