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