eslint: enforce gaps between groups with import/order
This commit is contained in:
@ -2,7 +2,9 @@ import PropTypes from 'prop-types';
|
||||
import React from 'react';
|
||||
import Motion from 'react-motion/lib/Motion';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import { getSettings } from 'soapbox/actions/settings';
|
||||
|
||||
import ReducedMotion from './reduced_motion';
|
||||
|
||||
const mapStateToProps = state => ({
|
||||
|
||||
Reference in New Issue
Block a user