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