chore(packages): adjust names
This commit is contained in:
@@ -11,7 +11,7 @@ import {
|
||||
useEdgesState,
|
||||
MarkerType,
|
||||
EdgeMarker,
|
||||
} from '@react-flow/bundle';
|
||||
} from 'reactflow';
|
||||
|
||||
import dagre from 'dagre';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Node, Edge, XYPosition, MarkerType } from '@react-flow/bundle';
|
||||
import { Node, Edge, XYPosition, MarkerType } from 'reactflow';
|
||||
|
||||
const position: XYPosition = { x: 0, y: 0 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user