web2019/static/js/shop/ShowJSON.jsx

5 lines
91 B
React
Raw Normal View History

2023-12-12 18:21:09 +08:00
export function ShowJSON() {
return (
<div> SHOW JSON PLACEHOLDER</div>
)
}