/* * Things to add * * attributes * ops * render */ const XrayPath = props => { return
{JSON.stringify(props.gist.xray.parts[props.partName].paths[props.id], null ,2)}
} export default XrayPath