chore(core): cleanup export path
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user