Created
January 30, 2019 13:08
-
-
Save gallirohik/7840efdbbcd7564258431a83621789dd to your computer and use it in GitHub Desktop.
Dashboard project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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