1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-19 08:13:14 +09:00
This commit is contained in:
NoriDev 2023-11-30 20:10:01 +09:00
parent 01126a6aec
commit 9932623655

View File

@ -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: {