[Glitch] Enforce import order with ESLint

Port d27216dc46 to glitch-soc
This commit is contained in:
Claire 2023-12-02 16:27:12 +01:00
parent b8cbaba283
commit b047b981cd

View file

@ -2,14 +2,16 @@ import PropTypes from 'prop-types';
import { defineMessages, injectIntl } from 'react-intl';
import classNames from 'classnames';
import ImmutablePropTypes from 'react-immutable-proptypes';
import ImmutablePureComponent from 'react-immutable-pure-component';
import { counterRenderer } from 'flavours/glitch/components/common_counter';
import ShortNumber from 'flavours/glitch/components/short_number';
import classNames from 'classnames';
import { VerifiedBadge } from 'flavours/glitch/components/verified_badge';
import { EmptyAccount } from 'flavours/glitch/components/empty_account';
import ShortNumber from 'flavours/glitch/components/short_number';
import { VerifiedBadge } from 'flavours/glitch/components/verified_badge';
import { me } from '../initial_state';