Fix import order inconsistencies (#2289)

This commit is contained in:
Claire
2023-07-12 15:00:10 +02:00
committed by GitHub
parent a40529fa79
commit 67055b0343
5 changed files with 7 additions and 5 deletions

View File

@ -12,7 +12,6 @@ import { connect } from 'react-redux';
import { debounce } from 'lodash';
import illustration from 'mastodon/../images/elephant_ui_conversation.svg';
import { fetchAccount } from 'mastodon/actions/accounts';
import { focusCompose } from 'mastodon/actions/compose';
import { closeOnboarding } from 'mastodon/actions/onboarding';