chore(packages): adjust names
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, { FC } from 'react';
|
||||
import { ConnectionLineComponentProps } from '@react-flow/bundle';
|
||||
import { ConnectionLineComponentProps } from 'reactflow';
|
||||
|
||||
const ConnectionLine: FC<ConnectionLineComponentProps> = ({ fromX, fromY, toX, toY }) => {
|
||||
return (
|
||||
|
||||
@@ -9,7 +9,7 @@ import {
|
||||
useEdgesState,
|
||||
Background,
|
||||
BackgroundVariant,
|
||||
} from '@react-flow/bundle';
|
||||
} from 'reactflow';
|
||||
|
||||
import ConnectionLine from './ConnectionLine';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user