chore(core): cleanup export path

This commit is contained in:
braks
2023-06-15 22:35:25 +02:00
committed by Braks
parent a961e7be00
commit e7e4f1fd0a
+1 -1
View File
@@ -1,6 +1,6 @@
export * from './Nodes'
export * from './Edges'
export { default as ConnectionLine } from './ConnectionLine/ConnectionLine.vue'
export { default as ConnectionLine } from './ConnectionLine'
export { default as Handle } from './Handle/Handle.vue'
export { default as NodesSelection } from './NodesSelection/NodesSelection.vue'
export { default as UserSelection } from './UserSelection/UserSelection.vue'