Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tfiechowski/d111d22ec2f6b12ebe6bf3aee51ab853 to your computer and use it in GitHub Desktop.
Save tfiechowski/d111d22ec2f6b12ebe6bf3aee51ab853 to your computer and use it in GitHub Desktop.
import React from "react";
export default function Button({ text }) {
return <button>{text}</button>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment