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