
Removed imports of React, connect, PropTypes throughout Removed the "React" in React.Component/PureComponent
9 lines
114 B
JavaScript
9 lines
114 B
JavaScript
|
|
const Explore = () => (
|
|
<div className='column explore-page'>
|
|
explore
|
|
</div>
|
|
);
|
|
|
|
export default Explore;
|