summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkGalleryPostPreview.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/components/MkGalleryPostPreview.vue')
-rw-r--r--packages/frontend/src/components/MkGalleryPostPreview.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkGalleryPostPreview.vue b/packages/frontend/src/components/MkGalleryPostPreview.vue
index 5ac64aae31..316632b1a6 100644
--- a/packages/frontend/src/components/MkGalleryPostPreview.vue
+++ b/packages/frontend/src/components/MkGalleryPostPreview.vue
@@ -35,7 +35,7 @@ SPDX-License-Identifier: AGPL-3.0-only
import * as Misskey from 'misskey-js';
import { computed, ref } from 'vue';
import ImgWithBlurhash from '@/components/MkImgWithBlurhash.vue';
-import { defaultStore } from '@/store';
+import { defaultStore } from '@/store.js';
const props = defineProps<{
post: Misskey.entities.GalleryPost;