install Google Maps API

This commit is contained in:
Michael Fatemi 2021-04-10 22:39:20 -04:00
parent ee4ac5669b
commit d75bc53eaf
3 changed files with 8756 additions and 9123 deletions

View File

@ -5,6 +5,7 @@
"dependencies": { "dependencies": {
"@material-ui/core": "^4.11.3", "@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2", "@material-ui/icons": "^4.11.2",
"@react-google-maps/api": "^2.1.1",
"@testing-library/jest-dom": "^5.11.4", "@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0", "@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10", "@testing-library/user-event": "^12.1.10",

View File

@ -6,6 +6,7 @@ import CloudUploadIcon from '@material-ui/icons/CloudUpload';
import { useEffect, useState } from 'react'; import { useEffect, useState } from 'react';
import { searchForPlaces } from '../api/google'; import { searchForPlaces } from '../api/google';
import { makeAPIPostCall } from '../api/utils'; import { makeAPIPostCall } from '../api/utils';
const useStyles = makeStyles((theme) => ({ const useStyles = makeStyles((theme) => ({
root: { root: {
maxWidth: 345, maxWidth: 345,

17877
yarn.lock

File diff suppressed because it is too large Load Diff