renamed internal files in svelte for better alphabetical ordering

This commit is contained in:
Peter
2023-11-28 14:35:18 +01:00
parent 2e15fd72ee
commit f871617abe
7 changed files with 8 additions and 5 deletions
@@ -6,7 +6,7 @@
import { errorMessages, getMarkerId } from '@xyflow/system';
import { useStore } from '$lib/store';
import BezierEdge from '$lib/components/edges/InternalBezierEdge.svelte';
import { BezierEdge } from '$lib/components/edges/internal';
import type { EdgeLayouted, Edge } from '$lib/types';
import { get } from 'svelte/store';