fix typo in import

This commit is contained in:
Johann150 2022-08-02 14:37:31 +02:00
parent c5b3a40b0c
commit f3a602c384
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -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;