refactor(packages): change package structure

This commit is contained in:
moklick
2023-06-05 15:40:18 +02:00
parent b2e296901e
commit 8354759f57
332 changed files with 980 additions and 3244 deletions
@@ -1,5 +1,5 @@
<script lang="ts">
import { type MarkerProps, MarkerType } from '@reactflow/system';
import { type MarkerProps, MarkerType } from '@xyflow/system';
type $$Props = MarkerProps;
@@ -1,11 +1,11 @@
import { getHandlePosition } from '@reactflow/edge-utils';
import { getHandlePosition } from '@xyflow/system';
import {
type NodeHandleBounds,
type Rect,
type HandleElement,
Position,
internalsSymbol
} from '@reactflow/system';
} from '@xyflow/system';
import type { Node } from '$lib/types';