chore(example): add switch

This commit is contained in:
moklick
2021-01-11 17:05:58 +01:00
parent 7791d1d2c3
commit e426bd0a08
4 changed files with 71 additions and 4 deletions
+5
View File
@@ -20,6 +20,7 @@ import UpdateNode from './UpdateNode';
import SaveRestore from './SaveRestore';
import DragNDrop from './DragNDrop';
import Layout from './Layouting';
import SwitchFlows from './Switch';
import './index.css';
@@ -96,6 +97,10 @@ const routes = [
path: '/layouting',
component: Layout,
},
{
path: '/switch',
component: SwitchFlows,
},
];
const Header = withRouter(({ history, location }) => {