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