Fix lint issue on record table

This commit is contained in:
Charles Bochet 2024-01-05 11:35:54 +01:00
parent f3cbed8fec
commit 618d9678b5

View File

@ -11,8 +11,8 @@ import { getScopedStateDeprecated } from '@/ui/utilities/recoil-scope/utils/getS
import { getSnapshotValue } from '@/ui/utilities/recoil-scope/utils/getSnapshotValue';
import { FieldMetadata } from '../../field/types/FieldMetadata';
import { onEntityCountChangeScopedState } from '../states/onEntityCountChangeScopedState';
import { useUpsertRecordFromState } from '../../hooks/useUpsertRecordFromState';
import { onEntityCountChangeScopedState } from '../states/onEntityCountChangeScopedState';
import { ColumnDefinition } from '../types/ColumnDefinition';
import { TableHotkeyScope } from '../types/TableHotkeyScope';