Another missing import
This commit is contained in:
parent
d6ba3e26f8
commit
3e31d808dc
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue