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