Skip to content

Commit c8872ae

Browse files
committed
import ordering
1 parent d0a782e commit c8872ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/composables/useLazyDataTable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Page, PageProps } from '@inertiajs/core';
2-
import { usePaginatedData } from './usePaginatedData';
32
import { DataTableFilterMetaData, DataTableFilterEvent, DataTableSortEvent } from 'primevue';
43
import { PrimeVueDataFilters, InertiaRouterFetchCallbacks } from '@/types';
4+
import { usePaginatedData } from './usePaginatedData';
55

66
export function useLazyDataTable(
77
propDataToFetch: string | string[],

0 commit comments

Comments
 (0)