diff --git a/packages/twenty-front/src/modules/object-record/record-group/states/recordIndexRecordGroupDefinitionsComponentState.ts b/packages/twenty-front/src/modules/object-record/record-group/states/recordIndexRecordGroupDefinitionsComponentState.ts deleted file mode 100644 index d8bb5fd5034cc..0000000000000 --- a/packages/twenty-front/src/modules/object-record/record-group/states/recordIndexRecordGroupDefinitionsComponentState.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { RecordGroupDefinition } from '@/object-record/record-group/types/RecordGroupDefinition'; -import { createComponentStateV2 } from '@/ui/utilities/state/component-state/utils/createComponentStateV2'; -import { ViewComponentInstanceContext } from '@/views/states/contexts/ViewComponentInstanceContext'; - -export const recordIndexRecordGroupDefinitionsComponentState = - createComponentStateV2({ - key: 'recordIndexRecordGroupDefinitionsComponentState', - defaultValue: [], - componentInstanceContext: ViewComponentInstanceContext, - });