fix linter error
This commit is contained in:
parent
599129897a
commit
e5937b42e4
1 changed files with 1 additions and 1 deletions
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in a new issue