chore(examples): add layouting

This commit is contained in:
moklick
2020-12-20 13:33:18 +01:00
parent 7c08a38b7c
commit 35b423aacb
7 changed files with 207 additions and 25 deletions
+5
View File
@@ -19,6 +19,7 @@ import UpdatableEdge from './UpdatableEdge';
import UpdateNode from './UpdateNode';
import SaveRestore from './SaveRestore';
import DragNDrop from './DragNDrop';
import Layout from './Layouting';
import './index.css';
@@ -91,6 +92,10 @@ const routes = [
path: '/drag-and-drop',
component: DragNDrop,
},
{
path: '/layouting',
component: Layout,
},
];
const Header = withRouter(({ history, location }) => {