import React from "react"; import Typography from "@material-ui/core/Typography"; const Title = props => { return ( {props.children} ); }; export default Title;