kazagkazag
7/7/2016 - 9:26 AM

react-03.jsx

// MyButton.jsx

function MyButton() {
  return <button>Click me!</button>;
}

export default MyButton;