chore(examples): add undirectional

This commit is contained in:
moklick
2021-03-02 11:12:35 +01:00
parent 19f854b716
commit b71c9eb891
4 changed files with 102 additions and 1 deletions
+5
View File
@@ -23,6 +23,7 @@ import Layout from './Layouting';
import SwitchFlows from './Switch';
import UseZoomPanHelper from './UseZoomPanHelper';
import UseUpdateNodeInternals from './UseUpdateNodeInternals';
import Undirectional from './Undirectional';
import './index.css';
@@ -111,6 +112,10 @@ const routes = [
path: '/useupdatenodeinternals',
component: UseUpdateNodeInternals,
},
{
path: '/undirectional',
component: Undirectional,
},
];
const Header = withRouter(({ history, location }) => {