next.js/test/development/jsconfig-path-reloading/app/components/button-3.js
button-3.js4 lines85 B
export function Button2(props) {
  return <button {...props}>third button</button>
}
Quest for Codev2.0.0
/
SIGN IN