refactor(floating-edge-example): cleanup

This commit is contained in:
moklick
2021-10-14 11:34:06 +02:00
parent a50f9c69af
commit ab2391fd51
9 changed files with 224 additions and 250 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ import Provider from './Provider';
import Hidden from './Hidden';
import EdgeTypes from './EdgeTypes';
import CustomConnectionLine from './CustomConnectionLine';
import NodeAsHandle from './NodeAsHandle';
import FloatingEdges from './FloatingEdges';
import NodeTypeChange from './NodeTypeChange';
import NodeTypesObjectChange from './NodeTypesObjectChange';
import UpdatableEdge from './UpdatableEdge';
@@ -81,8 +81,8 @@ const routes = [
component: CustomConnectionLine,
},
{
path: '/node-as-handle',
component: NodeAsHandle,
path: '/floating-edges',
component: FloatingEdges,
},
{
path: '/nodetype-change',