import React from 'react' import {DiffComponent, ObjectDiff, ChangeList} from '../../../diff' export const ObjectFieldDiff: DiffComponent = ({diff, schemaType}) => { return }