mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-24 00:54:02 -05:00
[Glitch] Enforce import order with ESLint
Port d27216dc46
to glitch-soc
This commit is contained in:
parent
b8cbaba283
commit
b047b981cd
@ -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';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user