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