File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const center = {
2828 lng : - 81.530425 ,
2929} ;
3030
31- export default function Map ( ) {
31+ export default function ReactGoogleMap ( ) {
3232 const { isLoaded, loadError } = useLoadScript ( {
3333 googleMapsApiKey : process . env . REACT_APP_GOOGLE_MAPS_API_KEY ,
3434 libraries,
Original file line number Diff line number Diff line change 11import React from "react" ;
22import TabPanel from "@material-ui/lab/TabPanel" ;
3- import Map from "components/Map " ;
3+ import ReactGoogleMap from "components/ReactGoogleMap " ;
44import MapBox from "components/MapBox" ;
55import GoogleMap from "components/GoogleMap" ;
66
@@ -14,7 +14,7 @@ export default function Landing({ currentTheme }) {
1414 < MapBox currentTheme = { currentTheme } />
1515 </ TabPanel >
1616 < TabPanel value = { 2 } >
17- < Map />
17+ < ReactGoogleMap />
1818 </ TabPanel >
1919 </ div >
2020 ) ;
You can’t perform that action at this time.
0 commit comments