Last active
February 17, 2017 13:26
-
-
Save evserykh/3b7f8ca6122d04c108c27bc2fdbd4db7 to your computer and use it in GitHub Desktop.
HelloWorld.jsx
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
import React from 'react'; | |
const HelloWorld = props => <h1>Hello World from {props.location.pathname}</h1>; | |
export default HelloWorld; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment