chore(react): cleanup exports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { memo } from 'react';
|
||||
import { Position, getSmoothStepPath } from '@xyflow/system';
|
||||
|
||||
import BaseEdge from './BaseEdge';
|
||||
import { BaseEdge } from './BaseEdge';
|
||||
import type { SmoothStepEdgeProps } from '../../types';
|
||||
|
||||
function createSmoothStepEdge(params: { isInternal: boolean }) {
|
||||
|
||||
Reference in New Issue
Block a user