Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Created November 14, 2016 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeaholicguy/eef5b2ee6d76cd5ada7ad8666ae48f3c to your computer and use it in GitHub Desktop.
Save codeaholicguy/eef5b2ee6d76cd5ada7ad8666ae48f3c to your computer and use it in GitHub Desktop.
import React, {Component} from 'react';
export default class App extends Component {
render() {
return (
<div>{this.props.children}</div>
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment