Tidy up unused imports

This commit is contained in:
Simon Howe
2016-08-25 17:49:38 +02:00
parent cf6d703c18
commit b3f05ae97b

View File

@@ -1,5 +1,5 @@
import _ from 'lodash';
import { is as isDeepEqual, Map as makeMap, Set as makeSet, List as makeList } from 'immutable';
import { Map as makeMap, Set as makeSet, List as makeList } from 'immutable';
//