Skip to content

Commit

Permalink
chore: Drop unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed Jan 4, 2019
1 parent 25aca3f commit 9147ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/join-arrays.js
@@ -1,5 +1,5 @@
import {
clone, cloneDeep, isFunction, isPlainObject, mergeWith
cloneDeep, isFunction, isPlainObject, mergeWith
} from 'lodash';

const isArray = Array.isArray;
Expand Down

0 comments on commit 9147ae8

Please sign in to comment.