fix(frontend): instanceをimportし忘れてた (MisskeyIO#830)
This commit is contained in:
parent
1a81d3fa46
commit
b5df2c0356
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ import * as os from '@/os.js';
|
|||
import { i18n } from '@/i18n.js';
|
||||
import { ui, host } from '@/config.js';
|
||||
import { unisonReload } from '@/scripts/unison-reload.js';
|
||||
import { instance } from '@/instance.js';
|
||||
|
||||
export const navbarItemDef = reactive({
|
||||
notifications: {
|
||||
|
|
Loading…
Reference in a new issue