import { createContext } from 'react'; export const CellContext = createContext(null);