refactor(v2): mobile dropdown navbar: expand when subitem become active (#5168)

This commit is contained in:
Sébastien Lorber 2021-07-14 19:42:47 +02:00 committed by GitHub
parent 007e901354
commit 818fb3956b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 63 additions and 5 deletions

View file

@ -63,3 +63,5 @@ export {
AnnouncementBarProvider,
useAnnouncementBar,
} from './utils/announcementBarUtils';
export {useLocalPathname} from './utils/useLocalPathname';