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

@@ -2,8 +2,8 @@ import React from 'react';
import PropTypes from 'prop-types';
import { defineMessages } from 'react-intl';
import ImmutablePureComponent from 'react-immutable-pure-component';
import Icon from '../../../components/icon';
import Toggle from 'react-toggle';
import Icon from '../../../components/icon';
const messages = defineMessages({
switchToLight: { id: 'tabs_bar.theme_toggle_light', defaultMessage: 'Switch to light theme' },