1
0
Fork 0

wip(lab): Work on xray

This commit is contained in:
Joost De Cock 2022-01-29 19:27:14 +01:00
parent 542f0d74fe
commit 3f01f67087
3 changed files with 43 additions and 8 deletions

View file

@ -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