mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 14:06:44 -06:00
fix(frontend): use proper import path
This commit is contained in:
parent
385969e9f5
commit
76b1c74a37
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue