summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/search.note.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/pages/search.note.vue')
-rw-r--r--packages/frontend/src/pages/search.note.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/search.note.vue b/packages/frontend/src/pages/search.note.vue
index 35609912eb..352564bc9c 100644
--- a/packages/frontend/src/pages/search.note.vue
+++ b/packages/frontend/src/pages/search.note.vue
@@ -113,7 +113,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<script lang="ts" setup>
import { computed, ref, shallowRef, toRef } from 'vue';
import type * as Misskey from 'misskey-js';
-import type { PagingCtx } from '@/use/use-pagination.js';
+import type { PagingCtx } from '@/composables/use-pagination.js';
import { $i } from '@/i.js';
import { host as localHost } from '@@/js/config.js';
import { i18n } from '@/i18n.js';