import { HTML5Backend } from 'react-dnd-html5-backend'; import { DndProvider } from 'react-dnd'; import { Tree } from 'antd'; const Dnd = () => { return ( ); }; export default Dnd;