import React from 'react'; import { MoveLeft, MoveRight, MoveDown, MoveUp } from '../moveButtons'; const MoveActions: React.FC<{ nodeId: string }> = ({ nodeId }) => { return (