fix typo in import
Some checks failed
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-client Pipeline failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
Johann150 2022-08-02 14:37:31 +02:00
parent c5b3a40b0c
commit f3a602c384
Signed by: 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;