forked from FoundKeyGang/FoundKey
fix another typo in import
This commit is contained in:
parent
f3a602c384
commit
646b8e08c0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue