forgotten file

This commit is contained in:
Peter
2023-11-28 13:04:46 +01:00
parent 0393409e89
commit 43c78d6c11
@@ -1,6 +1,5 @@
<script lang="ts">
import { getStraightPath } from '@xyflow/system';
import type { Optional } from '@xyflow/system/dist/esm/utils/types';
import { getStraightPath, type Optional } from '@xyflow/system';
import type { EdgeProps } from '$lib/types';
import { BaseEdge } from '$lib/components/BaseEdge';