fix(frontend): use proper import path

This commit is contained in:
かっこかり 2024-07-12 16:39:09 +09:00 committed by GitHub
parent 385969e9f5
commit 76b1c74a37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);