fix(frontend): fix type errors
This commit is contained in:
parent
35a4544477
commit
3129fcf164
4 changed files with 28 additions and 17 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue