react-code-dataset
/
next.js
/test
/integration
/build-trace-extra-entries
/app
/lib
/my-component.js
| export function Button() { | |
| return <button>click me</button> | |
| } | |