import { createContext } from 'react';

export const InPlaceEditingEnabledContext = createContext(true);
