wip(lab): Work on xray
This commit is contained in:
parent
542f0d74fe
commit
3f01f67087
3 changed files with 43 additions and 8 deletions
|
@ -1,5 +1,14 @@
|
|||
const XrayPath = props => {
|
||||
/*
|
||||
* Things to add
|
||||
*
|
||||
* attributes
|
||||
* ops
|
||||
* render
|
||||
*/
|
||||
|
||||
|
||||
const XrayPath = props => {
|
||||
return <pre>{JSON.stringify(props.gist.xray.parts[props.partName].paths[props.id], null ,2)}</pre>
|
||||
}
|
||||
|
||||
export default XrayPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue