eslint: alphabetize imports with import/order

This commit is contained in:
Alex Gleason
2022-01-10 16:17:52 -06:00
parent 2a0e2001d6
commit 966ca91e1a
425 changed files with 1674 additions and 1673 deletions

View File

@@ -1,11 +1,11 @@
import React from 'react';
import PropTypes from 'prop-types';
import { connect } from 'react-redux';
import React from 'react';
import { FormattedMessage, injectIntl, defineMessages } from 'react-intl';
import { connect } from 'react-redux';
import { Link } from 'react-router-dom';
import Icon from 'soapbox/components/icon';
import { changeSetting } from 'soapbox/actions/settings';
import snackbar from 'soapbox/actions/snackbar';
import Icon from 'soapbox/components/icon';
import Column from '../ui/components/column';
const messages = defineMessages({