fix some hooks, fix dragndrop example

This commit is contained in:
peterkogo
2024-12-12 16:43:42 +01:00
parent d2fd846c67
commit efa163203c
6 changed files with 17 additions and 17 deletions
@@ -1,4 +1,3 @@
import { get } from 'svelte/store';
import { errorMessages } from '@xyflow/system';
import { useStore } from '$lib/store';
+1 -1
View File
@@ -33,7 +33,7 @@ export * from '$lib/utils';
//hooks
export * from '$lib/hooks/useSvelteFlow';
export * from '$lib/hooks/useUpdateNodeInternals';
export * from '$lib/hooks/useConnection.svelte';
export * from '$lib/hooks/useConnection';
export * from '$lib/hooks/useNodesEdges';
export * from '$lib/hooks/useHandleConnections';
export * from '$lib/hooks/useNodesData';