eslint: enforce import/order

This commit is contained in:
Alex Gleason
2022-01-10 16:01:24 -06:00
parent e0322916d1
commit 2a0e2001d6
353 changed files with 916 additions and 874 deletions

View File

@@ -1,9 +1,9 @@
import React from 'react';
import PropTypes from 'prop-types';
import Column from 'soapbox/components/column';
import ColumnHeader from '../../../components/column_header';
import ImmutablePureComponent from 'react-immutable-pure-component';
import Column from 'soapbox/components/column';
import LoadingIndicator from 'soapbox/components/loading_indicator';
import ColumnHeader from '../../../components/column_header';
export default class ColumnLoading extends ImmutablePureComponent {