fix linter error

tl-language-filters
crockwave 2020-07-14 18:21:49 -05:00
rodzic 599129897a
commit e5937b42e4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
import reducer from '../alerts';
import { List as ImmutableList, Map as ImmutableMap } from 'immutable';
import { List as ImmutableList } from 'immutable';
import * as actions from 'soapbox/actions/alerts';
describe('alerts reducer', () => {