Update MkPagination.vue

This commit is contained in:
syuilo 2023-11-15 11:15:51 +09:00 committed by GitHub
parent cff662bdf4
commit 1e85884c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -91,8 +91,6 @@ function concatMapWithArray(map: MisskeyEntityMap, entities: MisskeyEntity[]): M
<script lang="ts" setup>
import { infoImageUrl } from '@/instance.js';
import MkButton from '@/components/MkButton.vue';
import MkLoading from '@/components/global/MkLoading.vue';
import MkError from '@/components/global/MkError.vue';
const props = withDefaults(defineProps<{
pagination: Paging;