Skip to content

Instantly share code, notes, and snippets.

@marceloag
Created May 24, 2019 23:20
Show Gist options
  • Save marceloag/9c74eba50d9c98f86f78baace08b4b19 to your computer and use it in GitHub Desktop.
Save marceloag/9c74eba50d9c98f86f78baace08b4b19 to your computer and use it in GitHub Desktop.
dumb component
import React, { Component } from 'react';
class Home extends Component{
render() {
return this.props.children
}
}
export default Home;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment