chore(packages): adjust names
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { memo, FC, CSSProperties } from 'react';
|
||||
|
||||
import { Handle, NodeProps, Position } from '@react-flow/bundle';
|
||||
import { Handle, NodeProps, Position } from 'reactflow';
|
||||
|
||||
const infoStyle: CSSProperties = { fontSize: 11 };
|
||||
const idStyle: CSSProperties = {
|
||||
|
||||
@@ -12,7 +12,7 @@ import {
|
||||
Controls,
|
||||
MiniMap,
|
||||
Background,
|
||||
} from '@react-flow/bundle';
|
||||
} from 'reactflow';
|
||||
|
||||
import DebugNode from './DebugNode';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user