File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ export function useAnchorFix() {
30
30
window . removeEventListener ( 'load' , handleAnchorScroll ) ;
31
31
} ;
32
32
} , [ ] ) ;
33
- }
33
+ }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import BackToTopButton from '@theme/BackToTopButton';
5
5
import DocPageLayoutSidebar from '@theme/DocRoot/Layout/Sidebar' ;
6
6
import DocPageLayoutMain from '@theme/DocRoot/Layout/Main' ;
7
7
import styles from './styles.module.css' ;
8
- import { useAnchorFix } from '../../hooks/useAnchorFix' ;
8
+ import { useAnchorFix } from '../../../ hooks/useAnchorFix' ;
9
9
export default function DocPageLayout ( { children} ) {
10
10
useAnchorFix ( ) ; // fix for layout shifts which occur when navigating to an anchor
11
11
const sidebar = useDocsSidebar ( ) ;
You can’t perform that action at this time.
0 commit comments