From 3b947003116b87d37fbdf0de4016205d68672f8f Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 23 Sep 2020 10:15:49 -0500 Subject: [PATCH] Lint: fix import --- app/soapbox/reducers/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/reducers/notifications.js b/app/soapbox/reducers/notifications.js index b0f73ed5d..c34edf210 100644 --- a/app/soapbox/reducers/notifications.js +++ b/app/soapbox/reducers/notifications.js @@ -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';