-
-
Save olslash/27f94e5c561f453f10faf26c6ad65e4c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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