Skip to content

Instantly share code, notes, and snippets.

@olslash
Created June 5, 2016 08:42
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