[Glitch] Enforce import order with ESLint

Port d27216dc46 to glitch-soc
pull/2492/head
Claire 2023-12-02 16:27:12 +01:00
parent b8cbaba283
commit b047b981cd
1 changed files with 5 additions and 3 deletions

View File

@ -2,14 +2,16 @@ import PropTypes from 'prop-types';
import { defineMessages, injectIntl } from 'react-intl'; import { defineMessages, injectIntl } from 'react-intl';
import classNames from 'classnames';
import ImmutablePropTypes from 'react-immutable-proptypes'; import ImmutablePropTypes from 'react-immutable-proptypes';
import ImmutablePureComponent from 'react-immutable-pure-component'; import ImmutablePureComponent from 'react-immutable-pure-component';
import { counterRenderer } from 'flavours/glitch/components/common_counter'; 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 { 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'; import { me } from '../initial_state';