From 7deff799773f4cc1c2014787c8c4245f9cdaea1c Mon Sep 17 00:00:00 2001
From: ThatOneCalculator <kainoa@t1c.dev>
Date: Tue, 3 Jan 2023 16:58:10 -0800
Subject: [PATCH] fix mobile button

---
 packages/client/src/ui/universal.vue | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue
index 693dc5a4b3..f52ac41b64 100644
--- a/packages/client/src/ui/universal.vue
+++ b/packages/client/src/ui/universal.vue
@@ -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';