refactor(examples): rename Graph to ReactFlow

This commit is contained in:
moklick
2020-05-11 13:54:06 +02:00
parent af02925e8f
commit 401c572d10
8 changed files with 23 additions and 23 deletions
+5 -5
View File
@@ -20,7 +20,11 @@ const routes = [{
path: '/basic',
component: Basic,
label: 'Basic'
},{
}, {
path: '/edges',
component: Edges,
label: 'Edges'
}, {
path: '/custom-node',
component: CustomNode,
label: 'CustomNode'
@@ -28,10 +32,6 @@ const routes = [{
path: '/stress',
component: Stress,
label: 'Stress'
}, {
path: '/edges',
component: Edges,
label: 'Edges'
}, {
path: '/empty',
component: Empty