From 5c3713da90c67bf1cd9e5c63d8f1b0b1d59dafa7 Mon Sep 17 00:00:00 2001 From: Filip Proborszcz Date: Fri, 8 Apr 2022 04:14:58 +0200 Subject: [PATCH] Use proper version of array-move --- src/components/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/App.jsx b/src/components/App.jsx index 410addf9..d0a00b05 100644 --- a/src/components/App.jsx +++ b/src/components/App.jsx @@ -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";