chore(packages): adjust names
This commit is contained in:
@@ -13,7 +13,7 @@ import {
|
||||
Controls,
|
||||
Background,
|
||||
MiniMap,
|
||||
} from '@react-flow/bundle';
|
||||
} from 'reactflow';
|
||||
|
||||
import { getNodesAndEdges } from './utils';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Node, Edge } from '@react-flow/bundle';
|
||||
import { Node, Edge } from 'reactflow';
|
||||
|
||||
type ElementsCollection = {
|
||||
nodes: Node[];
|
||||
|
||||
Reference in New Issue
Block a user