Guest User

Untitled

a guest
Oct 12th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. export default class Button extends React.Component {
  2. render() {
  3. return (
  4. <div className="container">
  5. <button type="button" >
  6. Title
  7. </button>
  8. </div>
  9. );
  10. }
  11. }
Add Comment
Please, Sign In to add comment