fix(client): Remove unused import

This commit is contained in:
Berkeley Martinez
2018-01-17 11:22:49 -08:00
parent 2be632b72d
commit 6cf91060fc

View File

@ -1,4 +1,3 @@
import _ from 'lodash';
import Rx from 'rx'; import Rx from 'rx';
import debug from 'debug'; import debug from 'debug';
import { render } from 'redux-epic'; import { render } from 'redux-epic';