Skip to content

Instantly share code, notes, and snippets.

@ezra-g
Last active July 16, 2016 20:04
Show Gist options
  • Save ezra-g/7cb0d99dd269b4e09caa8afa4751c244 to your computer and use it in GitHub Desktop.
Save ezra-g/7cb0d99dd269b4e09caa8afa4751c244 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
class Foo extends Component {
render() {
return (
<div>
<div>
</div>
</div>
)
}
}
export default Foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment