From 6cf91060fcf6edd200b0ce5bb45d1bd026cb1eb6 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Wed, 17 Jan 2018 11:22:49 -0800 Subject: [PATCH] fix(client): Remove unused import --- client/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/index.js b/client/index.js index 0add50d077..3d59d7c821 100644 --- a/client/index.js +++ b/client/index.js @@ -1,4 +1,3 @@ -import _ from 'lodash'; import Rx from 'rx'; import debug from 'debug'; import { render } from 'redux-epic';