refactor(frontend): import宣言周りのエラーを修正 (#12773)
This commit is contained in:
parent
4b36ed728d
commit
ed3e30581f
56 changed files with 83 additions and 82 deletions
|
|
@ -35,7 +35,7 @@ import MkAvatars from '@/components/MkAvatars.vue';
|
|||
import * as os from '@/os.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
import { definePageMetadata } from '@/scripts/page-metadata.js';
|
||||
import { userListsCache } from '@/cache';
|
||||
import { userListsCache } from '@/cache.js';
|
||||
import { infoImageUrl } from '@/instance.js';
|
||||
import { $i } from '@/account.js';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue