Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Jul 28, 2024
1 parent 5d04c75 commit b969d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/src/hooks/useTableForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { ComputedRef, Slots } from 'vue';
import type { BasicTableProps, FetchParams } from '../types/table';
import { unref, computed } from 'vue';
import type { FormProps } from '@/components/Form';
import { isFunction, mapValues, omitBy } from 'remeda';
import { isFunction, mapValues } from 'remeda';

export function useTableForm(
propsRef: ComputedRef<BasicTableProps>,
Expand Down

0 comments on commit b969d4d

Please sign in to comment.