fix another typo in import

This commit is contained in:
Johann150 2022-08-02 17:06:08 +02:00
parent f3a602c384
commit 646b8e08c0
Signed by untrusted user: Johann150
GPG Key ID: 9EE6577A2A06F8F1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<script lang="ts" setup>
import MkButton from '@/components/ui/button.vue';
import { i18n } from '@/i18n';
import { defaultSTore } from '@/store';
import { defaultStore } from '@/store';
const emit = defineEmits<{
(ev: 'retry'): void;