import { Handle, Position } from "react-flow-renderer"; import { topDoubleRightStyle, } from "../styles"; type FinishNodeProps = {}; const FinishNode = (props: FinishNodeProps) => { return (
Конец программы
); }; export default FinishNode;