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