Added webpack.ProvidePlugin for most used imports
Removed imports of React, connect, PropTypes throughout Removed the "React" in React.Component/PureComponent
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { connect } from 'react-redux';
|
||||
import Header from '../components/header';
|
||||
import { joinGroup, leaveGroup } from '../../../../actions/groups';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user