chore(packages): adjust names
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { memo, FC, CSSProperties } from 'react';
|
||||
|
||||
import { Handle, Position, NodeProps } from '@react-flow/bundle';
|
||||
import { Handle, Position, NodeProps } from 'reactflow';
|
||||
|
||||
const nodeStyles: CSSProperties = {
|
||||
padding: '10px 15px',
|
||||
|
||||
@@ -14,7 +14,7 @@ import {
|
||||
updateEdge,
|
||||
useNodesState,
|
||||
useEdgesState,
|
||||
} from '@react-flow/bundle';
|
||||
} from 'reactflow';
|
||||
import CustomNode from './CustomNode';
|
||||
|
||||
const initialNodes: Node[] = [
|
||||
|
||||
Reference in New Issue
Block a user