web2019/static/js/shop/ImportJSON.jsx

5 lines
90 B
React
Raw Normal View History

export function ImportJSON() {
return (
<div> Import JSON BAOBAO</div>
)
}