Group lodash imports

This commit is contained in:
Jos de Jong 2020-07-12 11:17:19 +02:00
parent 89fc4070a2
commit 7ad262a7b1
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
import initial from 'lodash-es/initial.js'
import { initial, isEqual, last, uniqueId } from 'lodash-es'
import { STATE_PROPS } from '../constants.js'
import { deleteIn, getIn, insertAt, setIn } from './immutabilityHelpers.js'
import { parseJSONPointer } from './jsonPointer.js'
import { isObject } from './typeUtils.js'
import { isEqual, last, uniqueId } from 'lodash-es'
export function updateProps (value, prevProps) {
if (!isObject(value)) {