import React from 'react'; import { Edges } from '@react-three/drei'; export const OutputNode = ({ position, isSelected }) => { return ( ); };