[HXCS-1479] Breadcrumbs as secondary entry point (#8750)

* Move breadcrumb outside of the core

* Fix styling

* Fix storybook
This commit is contained in:
Popovics András
2023-07-20 16:13:09 +02:00
committed by GitHub
parent e0ab94c680
commit 1ebac21251
19 changed files with 74 additions and 28 deletions
+3 -1
View File
@@ -348,7 +348,9 @@
"lib/core/auth/**/*.ts",
"lib/core/auth/**/*.html",
"lib/core/shell/**/*.ts",
"lib/core/shell/**/*.html"
"lib/core/shell/**/*.html",
"lib/core/breadcrumbs/**/*.ts",
"lib/core/breadcrumbs/**/*.html"
]
}
},