Skip to content

Commit e7e4f1f

Browse files
committed
chore(core): cleanup export path
1 parent a961e7b commit e7e4f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/components/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export * from './Nodes'
22
export * from './Edges'
3-
export { default as ConnectionLine } from './ConnectionLine/ConnectionLine.vue'
3+
export { default as ConnectionLine } from './ConnectionLine'
44
export { default as Handle } from './Handle/Handle.vue'
55
export { default as NodesSelection } from './NodesSelection/NodesSelection.vue'
66
export { default as UserSelection } from './UserSelection/UserSelection.vue'

0 commit comments

Comments
 (0)