Skip to content

Instantly share code, notes, and snippets.

@dane-stevens
Last active July 10, 2018 21:07
Show Gist options
  • Save dane-stevens/d9a5f7d75b86d51969c4a28cee1e032f to your computer and use it in GitHub Desktop.
Save dane-stevens/d9a5f7d75b86d51969c4a28cee1e032f to your computer and use it in GitHub Desktop.
import React from "react";
const Button = ({ children }) => <button>{children}</button>;
export default Button;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment