Merge branch 'svelte4' into next

This commit is contained in:
moklick
2024-04-16 10:59:47 +02:00
4 changed files with 7 additions and 11 deletions
@@ -1,14 +1,6 @@
<script lang="ts">
import { writable } from 'svelte/store';
import {
SvelteFlow,
Controls,
Background,
MiniMap,
type Node,
type Edge,
type NodeTypes
} from '@xyflow/svelte';
import { SvelteFlow, Controls, Background, MiniMap, type Node, type Edge } from '@xyflow/svelte';
import '@xyflow/svelte/dist/style.css';