fix(frontend): use proper import path
This commit is contained in:
parent
385969e9f5
commit
76b1c74a37
|
@ -25,7 +25,7 @@ import { MenuItem } from '@/types/menu.js';
|
|||
import copyToClipboard from '@/scripts/copy-to-clipboard.js';
|
||||
import { showMovedDialog } from '@/scripts/show-moved-dialog.js';
|
||||
import { getHTMLElementOrNull } from '@/scripts/get-dom-node-or-null.js';
|
||||
import { focusParent } from './scripts/focus.js';
|
||||
import { focusParent } from '@/scripts/focus.js';
|
||||
|
||||
export const openingWindowsCount = ref(0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue