const Constants = {
NODE_SIZE: { width: 80, height: 30 },
ROOT_NODE_SIZE: { width: 120, height: 40 },
};
export default Constants;