Use proper version of array-move

This commit is contained in:
Filip Proborszcz 2022-04-08 04:14:58 +02:00
parent 174eae1cf4
commit 5c3713da90

View file

@ -4,7 +4,7 @@ import cloneDeep from 'lodash.clonedeep'
import clamp from 'lodash.clamp'
import get from 'lodash.get'
import {unset} from 'lodash'
import {arrayMoveImmutable} from 'array-move'
import {arrayMoveMutable} from 'array-move'
import url from 'url'
import hash from "string-hash";