eslint: enforce gaps between groups with import/order

This commit is contained in:
Alex Gleason
2022-01-10 16:25:06 -06:00
parent 966ca91e1a
commit 6323c7d70e
515 changed files with 794 additions and 2 deletions

View File

@ -2,7 +2,9 @@ import PropTypes from 'prop-types';
import React from 'react';
import { FormattedMessage } from 'react-intl';
import spring from 'react-motion/lib/spring';
import Icon from 'soapbox/components/icon';
import Motion from '../../ui/util/optional_motion';
export default class UploadProgress extends React.PureComponent {