import { createStateContext } from "../utils/stateContext";


export const EditingContext = createStateContext<boolean>()