File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { ref , computed , onMounted } from 'vue' ;
2
2
import { router } from '@inertiajs/vue3' ;
3
- import type { Page , PageProps , Errors } from '@inertiajs/core' ;
3
+ import type { Page , PageProps } from '@inertiajs/core' ;
4
4
import { FilterMatchMode } from '@primevue/core/api' ;
5
5
import { PageState , DataTablePageEvent } from 'primevue' ;
6
6
import debounce from 'lodash-es/debounce' ;
Original file line number Diff line number Diff line change 1
1
import type { DataTableFilterMetaData } from 'primevue' ;
2
2
import type { Page , PageProps , Errors } from '@inertiajs/core' ;
3
- import { MenuItem } from 'primevue/menuitem' ;
3
+ import type { MenuItem } from 'primevue/menuitem' ;
4
4
import type { LucideIcon } from 'lucide-vue-next' ;
5
5
6
6
export interface User {
You can’t perform that action at this time.
0 commit comments