Created
May 13, 2017 18:15
-
-
Save Louiefigz/c9a9d81912b07d93715f9f5bbc890885 to your computer and use it in GitHub Desktop.
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, { Component } from 'react'; | |
class Forecast extends Component { | |
render(){ | |
return( | |
<div> | |
<h1>yooooo</h1> | |
</div> | |
) | |
} | |
} | |
export default Forecast; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment