zy-asrs-flow/src/pages/map/drawer/shelf/json.jsx @@ -9,12 +9,13 @@ }) const JSON = () => { const JSON = (props) => { const { curSprite } = props; return ( <> <h1>JSON</h1> <h1>{curSprite.data.uuid}</h1> </> )