Skip to content

Commit aaca007

Browse files
committed
fixes
1 parent b33ef81 commit aaca007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/js/composables/usePaginatedData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ref, computed, onMounted } from 'vue';
22
import { router } from '@inertiajs/vue3';
3-
import type { Page, PageProps, Errors } from '@inertiajs/core';
3+
import type { Page, PageProps } from '@inertiajs/core';
44
import { FilterMatchMode } from '@primevue/core/api';
55
import { PageState, DataTablePageEvent } from 'primevue';
66
import debounce from 'lodash-es/debounce';

resources/js/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { DataTableFilterMetaData } from 'primevue';
22
import type { Page, PageProps, Errors } from '@inertiajs/core';
3-
import { MenuItem } from 'primevue/menuitem';
3+
import type { MenuItem } from 'primevue/menuitem';
44
import type { LucideIcon } from 'lucide-vue-next';
55

66
export interface User {

0 commit comments

Comments
 (0)