Skip to content

Instantly share code, notes, and snippets.

@gallirohik
Created January 30, 2019 13:08
Show Gist options
  • Save gallirohik/7840efdbbcd7564258431a83621789dd to your computer and use it in GitHub Desktop.
Save gallirohik/7840efdbbcd7564258431a83621789dd to your computer and use it in GitHub Desktop.
Dashboard project
import React from "react";
function Header(props) {
return (
<React.Fragment>
<h1>
Statistics with amounts of pull-requests per programming language on
Github
</h1>
</React.Fragment>
);
}
export default Header;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment