mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
fix import
This commit is contained in:
parent
b30de41258
commit
19aeaec4ce
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@
|
|||
import { onMounted, onUnmounted } from "vue";
|
||||
import { url as local, lang } from "@/config";
|
||||
import { i18n } from "@/i18n";
|
||||
import MkButton from "@/components/MkButton.vue";
|
||||
|
||||
const props = withDefaults(
|
||||
defineProps<{
|
||||
|
|
Loading…
Reference in a new issue