mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-21 11:20:17 -04:00
install Google Maps API
This commit is contained in:
parent
ee4ac5669b
commit
d75bc53eaf
|
@ -5,6 +5,7 @@
|
|||
"dependencies": {
|
||||
"@material-ui/core": "^4.11.3",
|
||||
"@material-ui/icons": "^4.11.2",
|
||||
"@react-google-maps/api": "^2.1.1",
|
||||
"@testing-library/jest-dom": "^5.11.4",
|
||||
"@testing-library/react": "^11.1.0",
|
||||
"@testing-library/user-event": "^12.1.10",
|
||||
|
|
|
@ -6,6 +6,7 @@ import CloudUploadIcon from '@material-ui/icons/CloudUpload';
|
|||
import { useEffect, useState } from 'react';
|
||||
import { searchForPlaces } from '../api/google';
|
||||
import { makeAPIPostCall } from '../api/utils';
|
||||
|
||||
const useStyles = makeStyles((theme) => ({
|
||||
root: {
|
||||
maxWidth: 345,
|
||||
|
|
Loading…
Reference in New Issue
Block a user