{arrayMove} will no longer be included in 'react-sortable-hoc', move to array-move.

This commit is contained in:
orangemug
2020-04-06 14:18:41 +01:00
parent b8739915b2
commit 44d1a7a6b0
3 changed files with 7 additions and 1 deletions

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 {arrayMove} from 'react-sortable-hoc'
import arrayMove from 'array-move'
import url from 'url'
import MapboxGlMap from './map/MapboxGlMap'