Lint: fix import

This commit is contained in:
Alex Gleason 2020-09-23 10:15:49 -05:00
parent 4851ec24f9
commit 3b94700311
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import {
ACCOUNT_BLOCK_SUCCESS,
ACCOUNT_MUTE_SUCCESS,
} from '../actions/accounts';
import { TIMELINE_DELETE, TIMELINE_DISCONNECT } from '../actions/timelines';
import { TIMELINE_DELETE } from '../actions/timelines';
import { Map as ImmutableMap, OrderedSet as ImmutableOrderedSet } from 'immutable';
import { get } from 'lodash';