chore(examples): cleanup astro

This commit is contained in:
moklick
2023-10-23 18:05:19 +02:00
parent 7bc35b59aa
commit 9351a492ac
6 changed files with 11 additions and 38 deletions
@@ -78,7 +78,9 @@
};
</script>
<SvelteFlow {nodes} {edges} fitView {defaultEdgeOptions}>
<Controls />
<Background variant={BackgroundVariant.Dots} />
</SvelteFlow>
<div style="height: 400px; width: 700px;">
<SvelteFlow {nodes} {edges} fitView {defaultEdgeOptions} width={700} height={400}>
<Controls />
<Background variant={BackgroundVariant.Dots} />
</SvelteFlow>
</div>