5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
export function ImportJSON() {
|
|
return (
|
|
<div> Import JSON BAOBAO</div>
|
|
)
|
|
} |