Skip to content

Commit 743c9b7

Browse files
authoredDec 20, 2023
chore: Delete variables that are not used (#5122)
1 parent 552ff98 commit 743c9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/table-core/src/columnHelper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
IdentifiedColumnDef,
77
RowData,
88
} from './types'
9-
import { DeepKeys, DeepValue, RequiredKeys } from './utils'
9+
import { DeepKeys, DeepValue } from './utils'
1010

1111
// type Person = {
1212
// firstName: string

0 commit comments

Comments
 (0)
Please sign in to comment.