1
0
Fork 1
mirror of https://example.com synced 2024-11-22 12:16:40 +09:00

fix: missing import

This commit is contained in:
naskya 2024-01-07 06:38:08 +09:00
parent e3fc84b80f
commit 55514bace4
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -203,7 +203,7 @@ import XDrawerMenu from "@/ui/_common_/navbar-for-mobile.vue";
import MkButton from "@/components/MkButton.vue";
import * as os from "@/os";
import { navbarItemDef } from "@/navbar";
import { $i } from "@/reactiveAccount";
import { $i, isSignedIn } from "@/reactiveAccount";
import { i18n } from "@/i18n";
import { mainRouter } from "@/router";
import { unisonReload } from "@/scripts/unison-reload";