Skip to content

Commit 61d1ef6

Browse files
author
Dobromir Hristov
authored
fix: import path (#649)
1 parent 6d1065e commit 61d1ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navigator/QuickNavigationModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ import keyboardNavigation from 'docc-render/mixins/keyboardNavigation';
145145
import LRUMap from 'docc-render/utils/lru-map';
146146
import { convertChildrenArrayToObject, getParents } from 'docc-render/utils/navigatorData';
147147
import { fetchDataForPreview } from 'docc-render/utils/data';
148-
import { SCROLL_LOCK_DISABLE_ATTR } from '@/utils/scroll-lock';
148+
import { SCROLL_LOCK_DISABLE_ATTR } from 'docc-render/utils/scroll-lock';
149149
150150
const { PreviewState } = QuickNavigationPreview.constants;
151151

0 commit comments

Comments
 (0)