chore: setup monorepo using preconstruct
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import React, { memo } from 'react';
|
||||
|
||||
import { EdgeSmoothStepProps } from '../../types';
|
||||
import SmoothStepEdge from './SmoothStepEdge';
|
||||
|
||||
export default memo((props: EdgeSmoothStepProps) => {
|
||||
return <SmoothStepEdge {...props} borderRadius={0} />;
|
||||
});
|
||||
Reference in New Issue
Block a user