import { Handle, Position } from 'reactflow'; import { User } from '@shared/user'; export function UserNode({ data }) { return ( <>
); }