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