summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/my-lists
diff options
context:
space:
mode:
authorzyoshoka <107108195+zyoshoka@users.noreply.github.com>2023-12-24 16:16:58 +0900
committerGitHub <noreply@github.com>2023-12-24 16:16:58 +0900
commit0009aa332bec1bb52ee5600d528419c0455576d2 (patch)
tree0593784418d352fa60adbb323252170fdbbeb877 /packages/frontend/src/pages/my-lists
parentUpdate CHANGELOG.md (diff)
downloadmisskey-0009aa332bec1bb52ee5600d528419c0455576d2.tar.gz
misskey-0009aa332bec1bb52ee5600d528419c0455576d2.tar.bz2
misskey-0009aa332bec1bb52ee5600d528419c0455576d2.zip
refactor(frontend): import宣言周りのエラーを修正 (#12773)
Diffstat (limited to 'packages/frontend/src/pages/my-lists')
-rw-r--r--packages/frontend/src/pages/my-lists/index.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/my-lists/index.vue b/packages/frontend/src/pages/my-lists/index.vue
index ff360fccfe..0abfb15d98 100644
--- a/packages/frontend/src/pages/my-lists/index.vue
+++ b/packages/frontend/src/pages/my-lists/index.vue
@@ -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';