Created
December 4, 2017 10:29
-
-
Save icqparty/d1b313d9d89c5d43a2103203bd0b5e33 to your computer and use it in GitHub Desktop.
simple page react
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, { Component } from 'react'; | |
class Page extends Component { | |
render() { | |
return ( | |
<div > | |
page | |
</div> | |
); | |
} | |
} | |
export default Page; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment