forked from FoundKeyGang/FoundKey
fix typo in import
This commit is contained in:
parent
c5b3a40b0c
commit
f3a602c384
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import { useCssModule } from 'vue';
|
|||
import tinycolor from 'tinycolor2';
|
||||
import { host as localHost } from '@/config';
|
||||
import { $i } from '@/account';
|
||||
import { defaultStore } fromn '@/store';
|
||||
import { defaultStore } from '@/store';
|
||||
|
||||
const props = defineProps<{
|
||||
username: string;
|
||||
|
|
Loading…
Reference in a new issue