import React from "react"; import Card from "@mui/material/Card"; import { Typography } from "@mui/material"; const GoogleMap = () => { return ( <> Google Map ); }; export default GoogleMap;