From 32127d08811fe8f2d20b18c371d4e8e11cac9041 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 3 Jan 2023 17:01:11 -0800 Subject: [PATCH] fix --- packages/client/src/ui/universal.vue | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index 9257c3a133..9ffe4c23f2 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -19,31 +19,31 @@
- + + + + +
@@ -86,7 +86,6 @@ 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';