react-code-dataset
/
next.js
/test
/development
/tsconfig-path-reloading
/app
/components
/button-3.tsx
| export function Button2(props) { | |
| return <button {...props}>third button</button> | |
| } | |