chore: remove unused imports (#1534)

This commit is contained in:
Caleb
2018-07-28 14:33:42 -06:00
committed by Shawn Erquhart
parent 99d4b2b50c
commit 4f6e8cea44
44 changed files with 33 additions and 83 deletions

View File

@ -1,5 +1,5 @@
import { List } from 'immutable';
import { has, get, escapeRegExp } from 'lodash';
import { escapeRegExp } from 'lodash';
import consoleError from 'Lib/consoleError';
import { CONFIG_SUCCESS } from 'Actions/config';
import { FILES, FOLDER } from 'Constants/collectionTypes';

View File

@ -1,4 +1,4 @@
import { fromJS, Map } from 'immutable';
import { fromJS } from 'immutable';
import { Cursor } from 'netlify-cms-lib-util';
import {
ENTRIES_SUCCESS,