import React from "react"; const Label = ({ node }) => { return ( {node.data.title} ); }; export default Label;