fix: 🐛 Promper Info import

This commit is contained in:
ThatOneCalculator 2022-09-09 12:22:05 -07:00
parent 82cc9420f0
commit c13dd0f70e

View file

@ -11,7 +11,7 @@
<script lang="ts" setup>
import { ref, watch } from 'vue';
import FormTextarea from '@/components/form/textarea.vue';
import FormInfo from '@/components/ui/info.vue';
import FormInfo from '@/components/MkInfo.vue';
import * as os from '@/os';
import { unisonReload } from '@/scripts/unison-reload';
import { i18n } from '@/i18n';