We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a961e7b commit e7e4f1fCopy full SHA for e7e4f1f
packages/core/src/components/index.ts
@@ -1,6 +1,6 @@
1
export * from './Nodes'
2
export * from './Edges'
3
-export { default as ConnectionLine } from './ConnectionLine/ConnectionLine.vue'
+export { default as ConnectionLine } from './ConnectionLine'
4
export { default as Handle } from './Handle/Handle.vue'
5
export { default as NodesSelection } from './NodesSelection/NodesSelection.vue'
6
export { default as UserSelection } from './UserSelection/UserSelection.vue'
0 commit comments