fix(frontend): add missing import

This commit is contained in:
syuilo 2023-04-05 14:29:18 +09:00
parent a093c373c4
commit d739aeee32
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ import * as os from '@/os';
import MkContainer from '@/components/MkContainer.vue';
import ImgWithBlurhash from '@/components/MkImgWithBlurhash.vue';
import { defaultStore } from '@/store';
import { i18n } from '@/i18n';
const props = defineProps<{
user: misskey.entities.UserDetailed;