Skip to content

Commit

Permalink
fix(frontend): use proper import path
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Jul 12, 2024
1 parent 385969e commit 76b1c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/os.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 76b1c74

Please sign in to comment.