refactor(edges): create index for all edge types

This commit is contained in:
moklick
2020-07-14 09:54:39 +02:00
parent 152acbe70a
commit dec1f973cb
3 changed files with 6 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
export { default as BezierEdge } from './BezierEdge';
export { default as StepEdge } from './StepEdge';
export { default as SmoothStepEdge } from './SmoothStepEdge';
export { default as StraightEdge } from './StraightEdge';