import * as React from 'react' import {Path} from '@sanity/types' export const DiffContext = React.createContext({path: [] as Path})