summaryrefslogtreecommitdiff
path: root/packages/client/src/pages/user/gallery.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/src/pages/user/gallery.vue')
-rw-r--r--packages/client/src/pages/user/gallery.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/pages/user/gallery.vue b/packages/client/src/pages/user/gallery.vue
index 786268497e..3b6768e64a 100644
--- a/packages/client/src/pages/user/gallery.vue
+++ b/packages/client/src/pages/user/gallery.vue
@@ -12,7 +12,7 @@
import { computed } from 'vue';
import * as misskey from 'misskey-js';
import MkGalleryPostPreview from '@/components/MkGalleryPostPreview.vue';
-import MkPagination from '@/components/ui/pagination.vue';
+import MkPagination from '@/components/MkPagination.vue';
const props = withDefaults(defineProps<{
user: misskey.entities.User;