update: export default nodes and edges

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-16 19:04:35 +01:00
parent 2d730cf3fe
commit e1e656ccf2
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -2,3 +2,5 @@ export { default as BezierEdge } from './BezierEdge.vue'
export { default as StepEdge } from './StepEdge.vue'
export { default as SmoothStepEdge } from './SmoothStepEdge.vue'
export { default as StraightEdge } from './StraightEdge.vue'
export { default as EdgeAnchor } from './EdgeAnchor.vue'
export { default as EdgeText } from './EdgeText.vue'