chore(examples): add dnd

This commit is contained in:
moklick
2020-12-18 13:12:15 +01:00
parent 52c54109d2
commit 87267019b3
4 changed files with 146 additions and 0 deletions
+5
View File
@@ -18,6 +18,7 @@ import NodeTypeChange from './NodeTypeChange';
import UpdatableEdge from './UpdatableEdge';
import UpdateNode from './UpdateNode';
import SaveRestore from './SaveRestore';
import DragNDrop from './DragNDrop';
import './index.css';
@@ -86,6 +87,10 @@ const routes = [
path: '/save-restore',
component: SaveRestore,
},
{
path: '/drag-and-drop',
component: DragNDrop,
},
];
const Header = withRouter(({ history, location }) => {