File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ import { useLocale, useTranslations } from 'next-intl';
66import { useRef } from 'react' ;
77
88import Link from '#site/components/Link' ;
9+ import { useClientContext } from '#site/hooks/client' ;
10+ import { useNavigationState } from '#site/hooks/client' ;
11+ import { useSiteNavigation } from '#site/hooks/generic' ;
912import { useRouter } from '#site/navigation.mjs' ;
1013
1114import type { NavigationKeys } from '#site/types' ;
1215import type { RichTranslationValues } from 'next-intl' ;
1316import type { FC } from 'react' ;
1417
15- import { useClientContext , useNavigationState } from '../hooks/client' ;
16- import { useSiteNavigation } from '../hooks/generic' ;
17-
1818type WithSidebarProps = {
1919 navKeys : Array < NavigationKeys > ;
2020 context ?: Record < string , RichTranslationValues > ;
You can’t perform that action at this time.
0 commit comments