fix(theme-classic): fix breadcrumb home link bug with new useHomePageRoute() hook (#6749)

This commit is contained in:
Sébastien Lorber 2022-02-24 11:27:16 +01:00 committed by GitHub
parent 0d14470d54
commit ece7399d2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 123 additions and 4 deletions

View file

@ -124,6 +124,8 @@ export {
export {isRegexpStringMatch} from './utils/regexpUtils';
export {useHomePageRoute} from './utils/routesUtils';
export {useColorMode, ColorModeProvider} from './utils/colorModeUtils';
export {
useTabGroupChoice,