Skip to content

Instantly share code, notes, and snippets.

@ezra-g
Created July 16, 2016 20:08
Show Gist options
  • Save ezra-g/049233979bd98561d4f46f87ddd424c7 to your computer and use it in GitHub Desktop.
Save ezra-g/049233979bd98561d4f46f87ddd424c7 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