import React from 'react'; import Type from 'ba-styles/Typography.scss'; import { Typography } from '@material-ui/core'; class Info extends React.Component { render() { return ( This demo may not working properly because it has not added Google Map api key. To add Your own Google Map api key please follow this link   {' '} https://developers.google.com/maps/documentation/javascript/get-api-key ); } } export default Info;