react-code-dataset
/
next.js
/test
/development
/jsconfig-path-reloading
/app
/components
/button-1.js
| export function Button1(props) { | |
| return <button {...props}>first button</button> | |
| } | |