diff --git a/packages/table-core/src/columnHelper.ts b/packages/table-core/src/columnHelper.ts index 98ba993cdd..8a8b086db5 100644 --- a/packages/table-core/src/columnHelper.ts +++ b/packages/table-core/src/columnHelper.ts @@ -6,7 +6,7 @@ import { IdentifiedColumnDef, RowData, } from './types' -import { DeepKeys, DeepValue, RequiredKeys } from './utils' +import { DeepKeys, DeepValue } from './utils' // type Person = { // firstName: string