Last active
June 20, 2018 04:43
-
-
Save bmorelli25/efec9d6a6c9924c8224909b4ee9e5d08 to your computer and use it in GitHub Desktop.
Live Comments index.js
This file contains hidden or 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
| // src/pages/index.js | |
| import React from 'react' | |
| import Comment from '../components/comment' | |
| const IndexPage = () => ( | |
| <div> | |
| <h1>Leroy Aziz Sané left out of German squad for the world cup</h1> | |
| <p> | |
| A lot of talks is currently ongoing about the Manchester City winger Leroy Sane being left out of the German team. | |
| He was a prolific player this season with Mancity winning the premier league andthe significant contribution he brought to the team in front of Goal. | |
| The decision by the German coach, Low to leave him out of the squad list was totally unexpected. Football really is a funny sport. | |
| </p> | |
| <p> | |
| Let me know your thoughts in the comment section below | |
| </p> | |
| <Comment /> | |
| </div> | |
| ) | |
| export default IndexPage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment