mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-22 05:27:00 +02:00
fix(theme-classic): fix breadcrumb home link bug with new useHomePageRoute() hook (#6749)
This commit is contained in:
parent
0d14470d54
commit
ece7399d2e
6 changed files with 123 additions and 4 deletions
|
@ -124,6 +124,8 @@ export {
|
|||
|
||||
export {isRegexpStringMatch} from './utils/regexpUtils';
|
||||
|
||||
export {useHomePageRoute} from './utils/routesUtils';
|
||||
|
||||
export {useColorMode, ColorModeProvider} from './utils/colorModeUtils';
|
||||
export {
|
||||
useTabGroupChoice,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue