mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 03:21:56 +01:00
Use proper version of array-move
This commit is contained in:
parent
174eae1cf4
commit
5c3713da90
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue