fix(frontend): fix type errors

This commit is contained in:
syuilo
2025-03-12 20:17:54 +09:00
parent 35a4544477
commit 3129fcf164
4 changed files with 28 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
*/
import { ref, watch } from 'vue';
import type { PreferencesProfile } from './profile.js';
import type { PreferencesProfile } from './manager.js';
import type { MenuItem } from '@/types/menu.js';
import { copyToClipboard } from '@/utility/copy-to-clipboard.js';
import { i18n } from '@/i18n.js';