mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-25 00:13:00 +00:00
fix linting
This commit is contained in:
@@ -16,7 +16,7 @@ import { computed, nextTick } from 'vue';
|
||||
|
||||
import Button from '~/components/atomic/Button.vue';
|
||||
import Icon from '~/components/atomic/Icon.vue';
|
||||
import { usePagination } from '~/compositions/usePaginate';
|
||||
import type { usePagination } from '~/compositions/usePaginate';
|
||||
|
||||
const props = defineProps<{
|
||||
pagination: ReturnType<typeof usePagination>;
|
||||
|
Reference in New Issue
Block a user