chore(example): add switch
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user