refactor(svelte/edges): simplify
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<script lang="ts">
|
||||
import BaseSmoothStepEdge from './BaseSmoothStepEdge.svelte';
|
||||
import type { EdgeProps } from '$lib/types';
|
||||
|
||||
type $$Props = EdgeProps;
|
||||
|
||||
$: props = $$props as $$Props;
|
||||
</script>
|
||||
|
||||
<BaseSmoothStepEdge {...props} internal />
|
||||
Reference in New Issue
Block a user