chore: remove unused imports (#1534)
This commit is contained in:
@ -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';
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { fromJS, Map } from 'immutable';
|
||||
import { fromJS } from 'immutable';
|
||||
import { Cursor } from 'netlify-cms-lib-util';
|
||||
import {
|
||||
ENTRIES_SUCCESS,
|
||||
|
Reference in New Issue
Block a user