Enforce import order with ESLint (#25096)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { connect } from 'react-redux';
|
||||
import ColumnSettings from '../components/column_settings';
|
||||
|
||||
import { changeSetting, saveSettings } from '../../../actions/settings';
|
||||
import ColumnSettings from '../components/column_settings';
|
||||
|
||||
const mapStateToProps = state => ({
|
||||
settings: state.getIn(['settings', 'home']),
|
||||
|
||||
Reference in New Issue
Block a user