Skip to content

Instantly share code, notes, and snippets.

@tgmarinho
Last active April 2, 2018 18:31
Show Gist options
  • Save tgmarinho/267f4e7fde04cd29c49f00144d055c08 to your computer and use it in GitHub Desktop.
Save tgmarinho/267f4e7fde04cd29c49f00144d055c08 to your computer and use it in GitHub Desktop.
import React from 'react';
import Button from './button'
const DeslikeButton = () => (
<Button handleClick={() => alert(‘You Deslike It’)}>Descurtir</Button>
);
export default DeslikeButton;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment