Skip to content

Commit 5be0505

Browse files
committed
more reordering
1 parent c8872ae commit 5be0505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/composables/usePaginatedData.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import { ref, computed, onMounted } from 'vue';
22
import { router } from '@inertiajs/vue3';
33
import type { Page, PageProps, Errors } from '@inertiajs/core';
44
import { FilterMatchMode } from '@primevue/core/api';
5-
import debounce from 'lodash-es/debounce';
65
import { PageState, DataTablePageEvent } from 'primevue';
7-
import type { PrimeVueDataFilters, InertiaRouterFetchCallbacks } from '@/types';
6+
import debounce from 'lodash-es/debounce';
87
import qs from 'qs';
8+
import type { PrimeVueDataFilters, InertiaRouterFetchCallbacks } from '@/types';
99

1010
interface PaginatedFilteredSortedQueryParams {
1111
filters?: PrimeVueDataFilters;

0 commit comments

Comments
 (0)