Skip to content

Instantly share code, notes, and snippets.

@olslash
Created June 5, 2016 08:42
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 olslash/27f94e5c561f453f10faf26c6ad65e4c to your computer and use it in GitHub Desktop.
Save olslash/27f94e5c561f453f10faf26c6ad65e4c to your computer and use it in GitHub Desktop.
import React from 'react';
// import {} from 'lodash';
// import { PropTypes } from 'helpers/react';
// const {} = PropTypes;
export default class $NAME$ extends React.Component {
static propTypes = {};
static defaultProps = {};
render() {
return $CONTENT$;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment