'use client'; import { Handle, Position } from 'reactflow'; import { OssNodeInternal } from '@/models/miscellaneous'; import NodeCore from './NodeCore'; function OperationNode(node: OssNodeInternal) { return ( <> > ); } export default OperationNode;