fix(frontend): instanceをimportし忘れてた (MisskeyIO#830)

This commit is contained in:
まっちゃてぃー。 2024-12-17 04:16:11 +09:00 committed by GitHub
parent 1a81d3fa46
commit b5df2c0356
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@ import * as os from '@/os.js';
import { i18n } from '@/i18n.js'; import { i18n } from '@/i18n.js';
import { ui, host } from '@/config.js'; import { ui, host } from '@/config.js';
import { unisonReload } from '@/scripts/unison-reload.js'; import { unisonReload } from '@/scripts/unison-reload.js';
import { instance } from '@/instance.js';
export const navbarItemDef = reactive({ export const navbarItemDef = reactive({
notifications: { notifications: {