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,11 +1,11 @@
import React, { useRef } from 'react';
import PropTypes from 'prop-types';
import { useDispatch } from 'react-redux';
import { debounce } from 'lodash';
import {
openProfileHoverCard,
closeProfileHoverCard,
} from 'soapbox/actions/profile_hover_card';
import { useDispatch } from 'react-redux';
import { debounce } from 'lodash';
import { isMobile } from 'soapbox/is_mobile';
const showProfileHoverCard = debounce((dispatch, ref, accountId) => {