mirror of
https://github.com/mue/mue.git
synced 2026-07-14 12:34:03 +02:00
fix: replace sortable
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user