cleanup useSvelteFlow

This commit is contained in:
peterkogo
2024-12-10 12:54:18 +01:00
parent b99e5dd403
commit dca2eb6f37
4 changed files with 54 additions and 87 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export { useStore } from '$lib/store';
export * from '$lib/utils';
//hooks
export * from '$lib/hooks/useSvelteFlow.svelte';
export * from '$lib/hooks/useSvelteFlow';
export * from '$lib/hooks/useUpdateNodeInternals';
export * from '$lib/hooks/useConnection';
export * from '$lib/hooks/useNodesEdges';