fix: replace sortable

This commit is contained in:
David Ralph
2023-07-11 11:50:05 +01:00
parent a32d42a9e6
commit 845756c080
4 changed files with 21 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
import variables from 'modules/variables';
import { PureComponent } from 'react';
import { MdOutlineDragIndicator } from 'react-icons/md';
import { sortableContainer, sortableElement } from 'react-sortable-hoc';
import { sortableContainer, sortableElement } from '@muetab/react-sortable-hoc';
import { toast } from 'react-toastify';
import Greeting from './overview_skeletons/Greeting';