feat(examples): add horizontal flow

This commit is contained in:
moklick
2020-05-11 22:21:37 +02:00
parent 4af6261771
commit 0d28e8fb0c
4 changed files with 45 additions and 3 deletions
+5
View File
@@ -9,6 +9,7 @@ import Stress from './Stress';
import Inactive from './Inactive';
import Empty from './Empty';
import Edges from './Edges';
import Horizontal from './Horizontal';
import './index.css';
@@ -28,6 +29,10 @@ const routes = [{
path: '/custom-node',
component: CustomNode,
label: 'CustomNode'
}, {
path: '/horizontal',
component: Horizontal,
label: 'Horizontal'
}, {
path: '/stress',
component: Stress,