mirror of
https://github.com/kokonect-link/cherrypick
synced 2025-01-19 08:13:14 +09:00
lint
This commit is contained in:
parent
01126a6aec
commit
9932623655
@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
import { computed, defineAsyncComponent, reactive } from 'vue';
|
||||
import { clearCache } from './scripts/clear-cache.js';
|
||||
import { $i } from '@/account.js';
|
||||
import { miLocalStorage } from '@/local-storage.js';
|
||||
import { openInstanceMenu, openToolsMenu } from '@/ui/_common_/common.js';
|
||||
@ -13,7 +14,6 @@ import { i18n } from '@/i18n.js';
|
||||
import { ui } from '@/config.js';
|
||||
import { defaultStore } from '@/store.js';
|
||||
import { unisonReload } from '@/scripts/unison-reload.js';
|
||||
import { clearCache } from './scripts/clear-cache.js';
|
||||
|
||||
export const navbarItemDef = reactive({
|
||||
notifications: {
|
||||
|
Loading…
Reference in New Issue
Block a user