fix internal example

This commit is contained in:
peterkogo
2025-01-21 11:47:37 +01:00
parent 026ecf5ff3
commit 938647736e
@@ -24,10 +24,7 @@
</script> </script>
<div style="height:100vh;"> <div style="height:100vh;">
<SvelteFlow bind:nodes bind:edges {nodeTypes} fitView> <SvelteFlow bind:nodes bind:edges {nodeTypes} fitView connectionLineComponent={ConnectionLine}>
{#snippet connectionLine()}
<ConnectionLine />
{/snippet}
<Background variant={BackgroundVariant.Lines} /> <Background variant={BackgroundVariant.Lines} />
</SvelteFlow> </SvelteFlow>
</div> </div>