Files
twenty_crm/front/src/modules/ui/table/contexts/ColumnIndexContext.ts
Weiko 43b0945028 Reorganize context/states/selectors in dedicated folders (#1205)
* Reorganize context/states/selectors in dedicated folders

* linter
2023-08-14 15:29:47 -07:00

4 lines
100 B
TypeScript

import { createContext } from 'react';
export const ColumnIndexContext = createContext<number>(0);