Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
farmaazon committed Oct 25, 2024
1 parent ccfb2ec commit bc31b18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import type {
ProcessDataFromClipboardParams,
RowDragEndEvent,
} from 'ag-grid-enterprise'
import { computed, markRaw, ref, shallowReactive, shallowRef } from 'vue'
import { computed, markRaw, ref } from 'vue'
import type { ComponentExposed } from 'vue-component-type-helpers'
const props = defineProps(widgetProps(widgetDefinition))
Expand Down

0 comments on commit bc31b18

Please sign in to comment.