fix mobile button

This commit is contained in:
ThatOneCalculator 2023-01-03 16:58:10 -08:00
parent b83c8f453c
commit 7deff79977
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ import type { PageMetadata } from '@/scripts/page-metadata';
import { instanceName } from '@/config';
import { StickySidebar } from '@/scripts/sticky-sidebar';
import XDrawerMenu from '@/ui/_common_/navbar-for-mobile.vue';
import MkButton from '@/components/MkButton.vue';
import * as os from '@/os';
import { defaultStore } from '@/store';
import { navbarItemDef } from '@/navbar';