Skip to content

Instantly share code, notes, and snippets.

@Louiefigz
Created May 13, 2017 18:15
Show Gist options
  • Save Louiefigz/c9a9d81912b07d93715f9f5bbc890885 to your computer and use it in GitHub Desktop.
Save Louiefigz/c9a9d81912b07d93715f9f5bbc890885 to your computer and use it in GitHub Desktop.
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