mgabdev 2044648179 Added webpack.ProvidePlugin for most used imports
Removed imports of React, connect, PropTypes throughout
Removed the "React" in React.Component/PureComponent
2019-07-29 15:20:00 -04:00

9 lines
114 B
JavaScript

const Explore = () => (
<div className='column explore-page'>
explore
</div>
);
export default Explore;