feat(packages): add @reactflow/system and @reactflow/utils
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { isNumeric } from '@reactflow/utils';
|
||||
import type { BaseEdgeProps } from '@reactflow/system';
|
||||
|
||||
import EdgeText from './EdgeText';
|
||||
import { isNumeric } from '../../utils';
|
||||
import type { BaseEdgeProps } from '../../types';
|
||||
|
||||
const BaseEdge = ({
|
||||
path,
|
||||
|
||||
Reference in New Issue
Block a user