+
+
+
+
+
+ );
+};
+
+export default BasicFlow;
diff --git a/example/src/index.js b/example/src/index.js
index 5ec5f662..37f5f178 100644
--- a/example/src/index.js
+++ b/example/src/index.js
@@ -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 }) => {