From a536a00d350ef129ae9e1d09ba107cdc699b1922 Mon Sep 17 00:00:00 2001 From: Josh Ponelat Date: Mon, 19 Jun 2017 18:46:49 +0200 Subject: [PATCH] fix lint --- src/core/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/utils.js b/src/core/utils.js index c9208276..27423845 100644 --- a/src/core/utils.js +++ b/src/core/utils.js @@ -1,5 +1,4 @@ import Im from "immutable" -import shallowEqual from "shallowequal" import camelCase from "lodash/camelCase" import upperFirst from "lodash/upperFirst" -- GitLab