From 3e31d808dc23cb6c158508e72b7172326fd5e420 Mon Sep 17 00:00:00 2001 From: naskya Date: Sun, 26 Mar 2023 11:09:27 +0900 Subject: [PATCH] Another missing import --- packages/client/src/pages/settings/custom-katex-macro.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/client/src/pages/settings/custom-katex-macro.vue b/packages/client/src/pages/settings/custom-katex-macro.vue index f4a69ef692..b771b63053 100644 --- a/packages/client/src/pages/settings/custom-katex-macro.vue +++ b/packages/client/src/pages/settings/custom-katex-macro.vue @@ -14,6 +14,7 @@ import { ref, watch, computed } from 'vue'; import FormTextarea from '@/components/form/textarea.vue'; import FormInfo from '@/components/MkInfo.vue'; +import FormSwitch from '@/components/form/switch.vue'; import * as os from '@/os'; import { unisonReload } from '@/scripts/unison-reload'; import { i18n } from '@/i18n';