Another missing import

This commit is contained in:
naskya 2023-03-26 11:09:27 +09:00
parent d6ba3e26f8
commit 3e31d808dc
No known key found for this signature in database
GPG Key ID: 164DFF24E2D40139
1 changed files with 1 additions and 0 deletions

View File

@ -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';