Skip to content

Commit

Permalink
chore: Delete variables that are not used (#5122)
Browse files Browse the repository at this point in the history
  • Loading branch information
lio-mengxiang committed Dec 20, 2023
1 parent 552ff98 commit 743c9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/table-core/src/columnHelper.ts
Expand Up @@ -6,7 +6,7 @@ import {
IdentifiedColumnDef,
RowData,
} from './types'
import { DeepKeys, DeepValue, RequiredKeys } from './utils'
import { DeepKeys, DeepValue } from './utils'

// type Person = {
// firstName: string
Expand Down

0 comments on commit 743c9b7

Please sign in to comment.