chore(packages): adjust names
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, { useState, memo, FC, useMemo, CSSProperties } from 'react';
|
||||
import { Handle, Position, NodeProps, useUpdateNodeInternals } from '@react-flow/bundle';
|
||||
import { Handle, Position, NodeProps, useUpdateNodeInternals } from 'reactflow';
|
||||
|
||||
const nodeStyles: CSSProperties = { padding: 10, border: '1px solid #ddd' };
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ import {
|
||||
Position,
|
||||
useNodesState,
|
||||
useEdgesState,
|
||||
} from '@react-flow/bundle';
|
||||
} from 'reactflow';
|
||||
|
||||
import CustomNode from './CustomNode';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user