Skip to content

Commit 414817f

Browse files
committed
Fix some prettier issues
1 parent 9a88a5a commit 414817f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

web-app/packages/lib/src/common/composables/useDataTableSearch.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-MerginMaps-Commercial
44

55
import debounce from 'lodash/debounce'
6+
import { DataTablePageEvent, DataTableSortEvent } from 'primevue/datatable'
67
import { ref, reactive } from 'vue'
78
import { useRoute, useRouter } from 'vue-router'
8-
import {
9-
DataTablePageEvent,
10-
DataTableSortEvent
11-
} from 'primevue/datatable'
129

1310
export interface DataTableSearchOptions {
1411
defaultSortBy?: string

0 commit comments

Comments
 (0)